Html Css Color HEX #AB1ECF Dark Orchid

📋 copy color: '#AB1ECF'

red 171 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #AB1ECF

Tints of Dark Orchid #AB1ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.35%

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 41.91%
G = 7.35%
B = 50.74%

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

#AB1ECF (or 0xAB1ECF) is known color: Dark Orchid. HEX triplet: AB, 1E and CF. RGB value is (171,30,207). Sum of RGB (Red+Green+Blue) = 171+30+207=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB1ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ECF is #54E130. Grayscale: #5B5B5B. Windows color (decimal): -5562673 or 13573803. OLE color: 13573803.

HSL color Cylindrical-coordinate representation of color #AB1ECF: hue angle of 287.8º degrees, saturation: 0.75, 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 #AB1ECF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 30 207 -
CMYK 0.17 0.86 0 0.19
HSL 287.8º 0.75% 0.46% -
HSV(B) 287.8º 0.86% 0.81% -
XYZ 28.52 14.09 60.25 -
YUV 92.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 171 30 207 0.17 0.86 0 0.19 287.8 0.75 0.46
Hex AB 1E CF 11 56 0 13 120 4B 2E
Octal 253 36 317 21 126 0 23 440 113 56
Binary 10101011 11110 11001111 10001 1010110 0 10011 100100000 1001011 101110

Color Harmonies of #AB1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1ECF

Black with #AB1ECF

Text Example


Text Example

White with #AB1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1ECF; }

 p { color: rgb(171,30,207); }

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

background-color css

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

 a { background-color: rgb(171,30,207); }

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

border-color css

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

 span { border-color: rgb(171,30,207); }

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