Html Css Color HEX #AB35CE Dark Orchid

📋 copy color: '#AB35CE'

red 171 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #AB35CE

Tints of Dark Orchid #AB35CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.33%

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

R = 39.77%
G = 12.33%
B = 47.91%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB35CE (or 0xAB35CE) is known color: Dark Orchid. HEX triplet: AB, 35 and CE. RGB value is (171,53,206). Sum of RGB (Red+Green+Blue) = 171+53+206=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB35CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB35CE is #54CA31. Grayscale: #696969. Windows color (decimal): -5556786 or 13514155. OLE color: 13514155.

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

Color convert

RGB 171 53 206 -
CMYK 0.17 0.74 0 0.19
HSL 286.27º 0.61% 0.51% -
HSV(B) 286.27º 0.74% 0.81% -
XYZ 29.21 15.66 59.88 -
YUV 105.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 171 53 206 0.17 0.74 0 0.19 286.27 0.61 0.51
Hex AB 35 CE 11 4A 0 13 11E 3D 33
Octal 253 65 316 21 112 0 23 436 75 63
Binary 10101011 110101 11001110 10001 1001010 0 10011 100011110 111101 110011

Color Harmonies of #AB35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB35CE

Black with #AB35CE

Text Example


Text Example

White with #AB35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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