Html Css Color HEX #AB40BE Dark Orchid

📋 copy color: '#AB40BE'

red 171 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #AB40BE

Tints of Dark Orchid #AB40BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.06%

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

R = 40.24%
G = 15.06%
B = 44.71%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB40BE (or 0xAB40BE) is known color: Dark Orchid. HEX triplet: AB, 40 and BE. RGB value is (171,64,190). Sum of RGB (Red+Green+Blue) = 171+64+190=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40BE is #54BF41. Grayscale: #6D6D6D. Windows color (decimal): -5553986 or 12468395. OLE color: 12468395.

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

Color convert

RGB 171 64 190 -
CMYK 0.10 0.66 0 0.25
HSL 290.95º 0.5% 0.5% -
HSV(B) 290.95º 0.66% 0.75% -
XYZ 27.92 16.04 50.34 -
YUV 110.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 171 64 190 0.10 0.66 0 0.25 290.95 0.5 0.5
Hex AB 40 BE A 42 0 19 123 32 32
Octal 253 100 276 12 102 0 31 443 62 62
Binary 10101011 1000000 10111110 1010 1000010 0 11001 100100011 110010 110010

Color Harmonies of #AB40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40BE

Black with #AB40BE

Text Example


Text Example

White with #AB40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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