Html Css Color HEX #AB1BCF Dark Orchid

📋 copy color: '#AB1BCF'

red 171 ◦ green 27 ◦ blue 207

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

Shades of Dark Orchid #AB1BCF

Tints of Dark Orchid #AB1BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.67%

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

R = 42.22%
G = 6.67%
B = 51.11%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB1BCF (or 0xAB1BCF) is known color: Dark Orchid. HEX triplet: AB, 1B and CF. RGB value is (171,27,207). Sum of RGB (Red+Green+Blue) = 171+27+207=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB1BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BCF is #54E430. Grayscale: #595959. Windows color (decimal): -5563441 or 13573035. OLE color: 13573035.

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

Color convert

RGB 171 27 207 -
CMYK 0.17 0.87 0 0.19
HSL 288º 0.77% 0.46% -
HSV(B) 288º 0.87% 0.81% -
XYZ 28.45 13.95 60.22 -
YUV 90.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 171 27 207 0.17 0.87 0 0.19 288 0.77 0.46
Hex AB 1B CF 11 57 0 13 120 4D 2E
Octal 253 33 317 21 127 0 23 440 115 56
Binary 10101011 11011 11001111 10001 1010111 0 10011 100100000 1001101 101110

Color Harmonies of #AB1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BCF

Black with #AB1BCF

Text Example


Text Example

White with #AB1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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