Html Css Color HEX #AB1CDD Dark Orchid

📋 copy color: '#AB1CDD'

red 171 ◦ green 28 ◦ blue 221

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

Shades of Dark Orchid #AB1CDD

Tints of Dark Orchid #AB1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.67%

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 40.71%
G = 6.67%
B = 52.62%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB1CDD (or 0xAB1CDD) is known color: Dark Orchid. HEX triplet: AB, 1C and DD. RGB value is (171,28,221). Sum of RGB (Red+Green+Blue) = 171+28+221=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB1CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CDD is #54E322. Grayscale: #5C5C5C. Windows color (decimal): -5563171 or 14490795. OLE color: 14490795.

HSL color Cylindrical-coordinate representation of color #AB1CDD: hue angle of 284.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1CDD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 28 221 -
CMYK 0.23 0.87 0 0.13
HSL 284.46º 0.78% 0.49% -
HSV(B) 284.46º 0.87% 0.87% -
XYZ 30.26 14.71 69.65 -
YUV 92.76 200.38 183.81 -
System Red Green Blue C M Y K H S L
Decimal 171 28 221 0.23 0.87 0 0.13 284.46 0.78 0.49
Hex AB 1C DD 17 57 0 D 11C 4E 31
Octal 253 34 335 27 127 0 15 434 116 61
Binary 10101011 11100 11011101 10111 1010111 0 1101 100011100 1001110 110001

Color Harmonies of #AB1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CDD

Black with #AB1CDD

Text Example


Text Example

White with #AB1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CDD; }

 p { color: rgb(171,28,221); }

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

background-color css

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

 a { background-color: rgb(171,28,221); }

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

border-color css

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

 span { border-color: rgb(171,28,221); }

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