Html Css Color HEX #AB1DCF Dark Orchid

📋 copy color: '#AB1DCF'

red 171 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #AB1DCF

Tints of Dark Orchid #AB1DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

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

R = 42.01%
G = 7.13%
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

#AB1DCF (or 0xAB1DCF) is known color: Dark Orchid. HEX triplet: AB, 1D and CF. RGB value is (171,29,207). Sum of RGB (Red+Green+Blue) = 171+29+207=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DCF is #54E230. Grayscale: #5B5B5B. Windows color (decimal): -5562929 or 13573547. OLE color: 13573547.

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

Color convert

RGB 171 29 207 -
CMYK 0.17 0.86 0 0.19
HSL 287.87º 0.75% 0.46% -
HSV(B) 287.87º 0.86% 0.81% -
XYZ 28.5 14.04 60.24 -
YUV 91.75 193.04 184.53 -
System Red Green Blue C M Y K H S L
Decimal 171 29 207 0.17 0.86 0 0.19 287.87 0.75 0.46
Hex AB 1D CF 11 56 0 13 120 4B 2E
Octal 253 35 317 21 126 0 23 440 113 56
Binary 10101011 11101 11001111 10001 1010110 0 10011 100100000 1001011 101110

Color Harmonies of #AB1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DCF

Black with #AB1DCF

Text Example


Text Example

White with #AB1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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