Html Css Color HEX #AB25BE Dark Orchid

📋 copy color: '#AB25BE'

red 171 ◦ green 37 ◦ blue 190

#AB25BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AB25BE

Tints of Dark Orchid #AB25BE

RGB

 RED value IS 171 (67.19% from 255) = 42.96%

 GREEN value IS 37 (14.84% from 255) = 9.3%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 42.96%
G = 9.3%
B = 47.74%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB25BE (or 0xAB25BE) is known color: Dark Orchid. HEX triplet: AB, 25 and BE. RGB value is (171,37,190). Sum of RGB (Red+Green+Blue) = 171+37+190=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB25BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25BE is #54DA41. Grayscale: #5E5E5E. Windows color (decimal): -5560898 or 12461483. OLE color: 12461483.

HSL color Cylindrical-coordinate representation of color #AB25BE: hue angle of 292.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB25BE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 37 190 -
CMYK 0.10 0.81 0 0.25
HSL 292.55º 0.67% 0.45% -
HSV(B) 292.55º 0.81% 0.75% -
XYZ 26.75 13.7 49.95 -
YUV 94.51 181.89 182.56 -
System Red Green Blue C M Y K H S L
Decimal 171 37 190 0.10 0.81 0 0.25 292.55 0.67 0.45
Hex AB 25 BE A 51 0 19 125 43 2D
Octal 253 45 276 12 121 0 31 445 103 55
Binary 10101011 100101 10111110 1010 1010001 0 11001 100100101 1000011 101101

Color Harmonies of #AB25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25BE

Black with #AB25BE

Text Example


Text Example

White with #AB25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25BE; }

 p { color: rgb(171,37,190); }

 H1.HeaderClassName
 {
   color: #AB25BE;
 }
 .AnyTagClassName
 {
   color: #AB25BE;
 }
</style>

background-color css

<style>
 a { background-color: #AB25BE; }

 a { background-color: rgb(171,37,190); }

 div.DivClassName
 {
   background-color: #AB25BE;
 }
 .BgClassName
 {
   background-color: #AB25BE;
 }
</style>

border-color css

<style>
 span { border-color: #AB25BE; }

 span { border-color: rgb(171,37,190); }

 td.TdClassName
 {
   border-color: #AB25BE;
 }
 .TagClassName
 {
   border-color: #AB25BE;
 }
</style>