Html Css Color HEX #AB1CBF Dark Orchid

📋 copy color: '#AB1CBF'

red 171 ◦ green 28 ◦ blue 191

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

Shades of Dark Orchid #AB1CBF

Tints of Dark Orchid #AB1CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 43.85%
G = 7.18%
B = 48.97%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB1CBF (or 0xAB1CBF) is known color: Dark Orchid. HEX triplet: AB, 1C and BF. RGB value is (171,28,191). Sum of RGB (Red+Green+Blue) = 171+28+191=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB1CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CBF is #54E340. Grayscale: #585858. Windows color (decimal): -5563201 or 12524715. OLE color: 12524715.

HSL color Cylindrical-coordinate representation of color #AB1CBF: hue angle of 292.64º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1CBF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 28 191 -
CMYK 0.10 0.85 0 0.25
HSL 292.64º 0.74% 0.43% -
HSV(B) 292.64º 0.85% 0.75% -
XYZ 26.61 13.25 50.45 -
YUV 89.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 171 28 191 0.10 0.85 0 0.25 292.64 0.74 0.43
Hex AB 1C BF A 55 0 19 125 4A 2B
Octal 253 34 277 12 125 0 31 445 112 53
Binary 10101011 11100 10111111 1010 1010101 0 11001 100100101 1001010 101011

Color Harmonies of #AB1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CBF

Black with #AB1CBF

Text Example


Text Example

White with #AB1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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