Html Css Color HEX #AB2CD2 Dark Orchid

📋 copy color: '#AB2CD2'

red 171 ◦ green 44 ◦ blue 210

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

Shades of Dark Orchid #AB2CD2

Tints of Dark Orchid #AB2CD2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.35%

 BLUE value IS 210 (82.42% from 255) = 49.41%

R = 40.24%
G = 10.35%
B = 49.41%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB2CD2 (or 0xAB2CD2) is known color: Dark Orchid. HEX triplet: AB, 2C and D2. RGB value is (171,44,210). Sum of RGB (Red+Green+Blue) = 171+44+210=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB2CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CD2 is #54D32D. Grayscale: #646464. Windows color (decimal): -5559086 or 13773995. OLE color: 13773995.

HSL color Cylindrical-coordinate representation of color #AB2CD2: hue angle of 285.9º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2CD2 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 44 210 -
CMYK 0.19 0.79 0 0.18
HSL 285.9º 0.65% 0.5% -
HSV(B) 285.9º 0.79% 0.82% -
XYZ 29.33 15.11 62.34 -
YUV 100.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 171 44 210 0.19 0.79 0 0.18 285.9 0.65 0.5
Hex AB 2C D2 13 4F 0 12 11E 41 32
Octal 253 54 322 23 117 0 22 436 101 62
Binary 10101011 101100 11010010 10011 1001111 0 10010 100011110 1000001 110010

Color Harmonies of #AB2CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CD2

Black with #AB2CD2

Text Example


Text Example

White with #AB2CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CD2; }

 p { color: rgb(171,44,210); }

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

background-color css

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

 a { background-color: rgb(171,44,210); }

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

border-color css

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

 span { border-color: rgb(171,44,210); }

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