Html Css Color HEX #AB2ACD Dark Orchid

📋 copy color: '#AB2ACD'

red 171 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #AB2ACD

Tints of Dark Orchid #AB2ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.05%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 40.91%
G = 10.05%
B = 49.04%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB2ACD (or 0xAB2ACD) is known color: Dark Orchid. HEX triplet: AB, 2A and CD. RGB value is (171,42,205). Sum of RGB (Red+Green+Blue) = 171+42+205=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB2ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ACD is #54D532. Grayscale: #626262. Windows color (decimal): -5559603 or 13445803. OLE color: 13445803.

HSL color Cylindrical-coordinate representation of color #AB2ACD: hue angle of 287.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2ACD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 42 205 -
CMYK 0.17 0.80 0 0.20
HSL 287.48º 0.66% 0.48% -
HSV(B) 287.48º 0.8% 0.8% -
XYZ 28.64 14.72 59.09 -
YUV 99.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 171 42 205 0.17 0.80 0 0.20 287.48 0.66 0.48
Hex AB 2A CD 11 50 0 14 11F 42 30
Octal 253 52 315 21 120 0 24 437 102 60
Binary 10101011 101010 11001101 10001 1010000 0 10100 100011111 1000010 110000

Color Harmonies of #AB2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ACD

Black with #AB2ACD

Text Example


Text Example

White with #AB2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ACD; }

 p { color: rgb(171,42,205); }

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

background-color css

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

 a { background-color: rgb(171,42,205); }

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

border-color css

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

 span { border-color: rgb(171,42,205); }

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