Html Css Color HEX #AB38CE Dark Orchid

📋 copy color: '#AB38CE'

red 171 ◦ green 56 ◦ blue 206

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

Shades of Dark Orchid #AB38CE

Tints of Dark Orchid #AB38CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.93%

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

R = 39.49%
G = 12.93%
B = 47.58%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB38CE (or 0xAB38CE) is known color: Dark Orchid. HEX triplet: AB, 38 and CE. RGB value is (171,56,206). Sum of RGB (Red+Green+Blue) = 171+56+206=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38CE is #54C731. Grayscale: #6B6B6B. Windows color (decimal): -5556018 or 13514923. OLE color: 13514923.

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

Color convert

RGB 171 56 206 -
CMYK 0.17 0.73 0 0.19
HSL 286º 0.6% 0.51% -
HSV(B) 286º 0.73% 0.81% -
XYZ 29.35 15.94 59.92 -
YUV 107.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 171 56 206 0.17 0.73 0 0.19 286 0.6 0.51
Hex AB 38 CE 11 49 0 13 11E 3C 33
Octal 253 70 316 21 111 0 23 436 74 63
Binary 10101011 111000 11001110 10001 1001001 0 10011 100011110 111100 110011

Color Harmonies of #AB38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38CE

Black with #AB38CE

Text Example


Text Example

White with #AB38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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