Html Css Color HEX #AB40CE Dark Orchid

📋 copy color: '#AB40CE'

red 171 ◦ green 64 ◦ blue 206

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

Shades of Dark Orchid #AB40CE

Tints of Dark Orchid #AB40CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 38.78%
G = 14.51%
B = 46.71%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB40CE (or 0xAB40CE) is known color: Dark Orchid. HEX triplet: AB, 40 and CE. RGB value is (171,64,206). Sum of RGB (Red+Green+Blue) = 171+64+206=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40CE is #54BF31. Grayscale: #6F6F6F. Windows color (decimal): -5553970 or 13516971. OLE color: 13516971.

HSL color Cylindrical-coordinate representation of color #AB40CE: hue angle of 285.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB40CE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 64 206 -
CMYK 0.17 0.69 0 0.19
HSL 285.21º 0.59% 0.53% -
HSV(B) 285.21º 0.69% 0.81% -
XYZ 29.77 16.78 60.06 -
YUV 112.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 171 64 206 0.17 0.69 0 0.19 285.21 0.59 0.53
Hex AB 40 CE 11 45 0 13 11D 3B 35
Octal 253 100 316 21 105 0 23 435 73 65
Binary 10101011 1000000 11001110 10001 1000101 0 10011 100011101 111011 110101

Color Harmonies of #AB40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40CE

Black with #AB40CE

Text Example


Text Example

White with #AB40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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