Html Css Color HEX #AB1CE0 Dark Orchid

📋 copy color: '#AB1CE0'

red 171 ◦ green 28 ◦ blue 224

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

Shades of Dark Orchid #AB1CE0

Tints of Dark Orchid #AB1CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 40.43%
G = 6.62%
B = 52.96%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB1CE0 (or 0xAB1CE0) is known color: Dark Orchid. HEX triplet: AB, 1C and E0. RGB value is (171,28,224). Sum of RGB (Red+Green+Blue) = 171+28+224=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB1CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CE0 is #54E31F. Grayscale: #5C5C5C. Windows color (decimal): -5563168 or 14687403. OLE color: 14687403.

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

Color convert

RGB 171 28 224 -
CMYK 0.24 0.88 0 0.12
HSL 283.78º 0.78% 0.49% -
HSV(B) 283.78º 0.88% 0.88% -
XYZ 30.66 14.87 71.78 -
YUV 93.1 201.88 183.56 -
System Red Green Blue C M Y K H S L
Decimal 171 28 224 0.24 0.88 0 0.12 283.78 0.78 0.49
Hex AB 1C E0 18 58 0 C 11C 4E 31
Octal 253 34 340 30 130 0 14 434 116 61
Binary 10101011 11100 11100000 11000 1011000 0 1100 100011100 1001110 110001

Color Harmonies of #AB1CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CE0

Black with #AB1CE0

Text Example


Text Example

White with #AB1CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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