Html Css Color HEX #AB2CCD Dark Orchid

📋 copy color: '#AB2CCD'

red 171 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #AB2CCD

Tints of Dark Orchid #AB2CCD

RGB

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

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

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

R = 40.71%
G = 10.48%
B = 48.81%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB2CCD (or 0xAB2CCD) is known color: Dark Orchid. HEX triplet: AB, 2C and CD. RGB value is (171,44,205). Sum of RGB (Red+Green+Blue) = 171+44+205=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CCD is #54D332. Grayscale: #636363. Windows color (decimal): -5559091 or 13446315. OLE color: 13446315.

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

Color convert

RGB 171 44 205 -
CMYK 0.17 0.79 0 0.20
HSL 287.33º 0.65% 0.49% -
HSV(B) 287.33º 0.79% 0.8% -
XYZ 28.71 14.87 59.11 -
YUV 100.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 171 44 205 0.17 0.79 0 0.20 287.33 0.65 0.49
Hex AB 2C CD 11 4F 0 14 11F 41 31
Octal 253 54 315 21 117 0 24 437 101 61
Binary 10101011 101100 11001101 10001 1001111 0 10100 100011111 1000001 110001

Color Harmonies of #AB2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CCD

Black with #AB2CCD

Text Example


Text Example

White with #AB2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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