Html Css Color HEX #AB1CCE Dark Orchid

📋 copy color: '#AB1CCE'

red 171 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #AB1CCE

Tints of Dark Orchid #AB1CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 42.22%
G = 6.91%
B = 50.86%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB1CCE (or 0xAB1CCE) is known color: Dark Orchid. HEX triplet: AB, 1C and CE. RGB value is (171,28,206). Sum of RGB (Red+Green+Blue) = 171+28+206=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CCE is #54E331. Grayscale: #5A5A5A. Windows color (decimal): -5563186 or 13507755. OLE color: 13507755.

HSL color Cylindrical-coordinate representation of color #AB1CCE: hue angle of 288.2º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1CCE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 28 206 -
CMYK 0.17 0.86 0 0.19
HSL 288.2º 0.76% 0.46% -
HSV(B) 288.2º 0.86% 0.81% -
XYZ 28.35 13.94 59.59 -
YUV 91.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 171 28 206 0.17 0.86 0 0.19 288.2 0.76 0.46
Hex AB 1C CE 11 56 0 13 120 4C 2E
Octal 253 34 316 21 126 0 23 440 114 56
Binary 10101011 11100 11001110 10001 1010110 0 10011 100100000 1001100 101110

Color Harmonies of #AB1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CCE

Black with #AB1CCE

Text Example


Text Example

White with #AB1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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