Html Css Color HEX #AB1CCF Dark Orchid

📋 copy color: '#AB1CCF'

red 171 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #AB1CCF

Tints of Dark Orchid #AB1CCF

RGB

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

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

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

R = 42.12%
G = 6.9%
B = 50.99%

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

#AB1CCF (or 0xAB1CCF) is known color: Dark Orchid. HEX triplet: AB, 1C and CF. RGB value is (171,28,207). Sum of RGB (Red+Green+Blue) = 171+28+207=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CCF is #54E330. Grayscale: #5A5A5A. Windows color (decimal): -5563185 or 13573291. OLE color: 13573291.

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

Color convert

RGB 171 28 207 -
CMYK 0.17 0.86 0 0.19
HSL 287.93º 0.76% 0.46% -
HSV(B) 287.93º 0.86% 0.81% -
XYZ 28.47 13.99 60.23 -
YUV 91.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 171 28 207 0.17 0.86 0 0.19 287.93 0.76 0.46
Hex AB 1C CF 11 56 0 13 120 4C 2E
Octal 253 34 317 21 126 0 23 440 114 56
Binary 10101011 11100 11001111 10001 1010110 0 10011 100100000 1001100 101110

Color Harmonies of #AB1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CCF

Black with #AB1CCF

Text Example


Text Example

White with #AB1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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