Html Css Color HEX #AB1FCE Dark Orchid

📋 copy color: '#AB1FCE'

red 171 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #AB1FCE

Tints of Dark Orchid #AB1FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.6%

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

R = 41.91%
G = 7.6%
B = 50.49%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB1FCE (or 0xAB1FCE) is known color: Dark Orchid. HEX triplet: AB, 1F and CE. RGB value is (171,31,206). Sum of RGB (Red+Green+Blue) = 171+31+206=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FCE is #54E031. Grayscale: #5C5C5C. Windows color (decimal): -5562418 or 13508523. OLE color: 13508523.

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

Color convert

RGB 171 31 206 -
CMYK 0.17 0.85 0 0.19
HSL 288º 0.74% 0.46% -
HSV(B) 288º 0.85% 0.81% -
XYZ 28.43 14.09 59.61 -
YUV 92.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 171 31 206 0.17 0.85 0 0.19 288 0.74 0.46
Hex AB 1F CE 11 55 0 13 120 4A 2E
Octal 253 37 316 21 125 0 23 440 112 56
Binary 10101011 11111 11001110 10001 1010101 0 10011 100100000 1001010 101110

Color Harmonies of #AB1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FCE

Black with #AB1FCE

Text Example


Text Example

White with #AB1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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