Html Css Color HEX #AB36CF Dark Orchid

📋 copy color: '#AB36CF'

red 171 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #AB36CF

Tints of Dark Orchid #AB36CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.5%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 39.58%
G = 12.5%
B = 47.92%

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

#AB36CF (or 0xAB36CF) is known color: Dark Orchid. HEX triplet: AB, 36 and CF. RGB value is (171,54,207). Sum of RGB (Red+Green+Blue) = 171+54+207=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB36CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36CF is #54C930. Grayscale: #696969. Windows color (decimal): -5556529 or 13579947. OLE color: 13579947.

HSL color Cylindrical-coordinate representation of color #AB36CF: hue angle of 285.88º 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 #AB36CF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 54 207 -
CMYK 0.17 0.74 0 0.19
HSL 285.88º 0.61% 0.51% -
HSV(B) 285.88º 0.74% 0.81% -
XYZ 29.38 15.8 60.53 -
YUV 106.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 171 54 207 0.17 0.74 0 0.19 285.88 0.61 0.51
Hex AB 36 CF 11 4A 0 13 11E 3D 33
Octal 253 66 317 21 112 0 23 436 75 63
Binary 10101011 110110 11001111 10001 1001010 0 10011 100011110 111101 110011

Color Harmonies of #AB36CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36CF

Black with #AB36CF

Text Example


Text Example

White with #AB36CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36CF; }

 p { color: rgb(171,54,207); }

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

background-color css

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

 a { background-color: rgb(171,54,207); }

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

border-color css

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

 span { border-color: rgb(171,54,207); }

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