Html Css Color HEX #AB2DCE Dark Orchid

📋 copy color: '#AB2DCE'

red 171 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #AB2DCE

Tints of Dark Orchid #AB2DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.66%

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

R = 40.52%
G = 10.66%
B = 48.82%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB2DCE (or 0xAB2DCE) is known color: Dark Orchid. HEX triplet: AB, 2D and CE. RGB value is (171,45,206). Sum of RGB (Red+Green+Blue) = 171+45+206=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DCE is #54D231. Grayscale: #646464. Windows color (decimal): -5558834 or 13512107. OLE color: 13512107.

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

Color convert

RGB 171 45 206 -
CMYK 0.17 0.78 0 0.19
HSL 286.96º 0.64% 0.49% -
HSV(B) 286.96º 0.78% 0.81% -
XYZ 28.87 14.99 59.76 -
YUV 101.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 171 45 206 0.17 0.78 0 0.19 286.96 0.64 0.49
Hex AB 2D CE 11 4E 0 13 11F 40 31
Octal 253 55 316 21 116 0 23 437 100 61
Binary 10101011 101101 11001110 10001 1001110 0 10011 100011111 1000000 110001

Color Harmonies of #AB2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DCE

Black with #AB2DCE

Text Example


Text Example

White with #AB2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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