Html Css Color HEX #AB1FCA Dark Orchid

📋 copy color: '#AB1FCA'

red 171 ◦ green 31 ◦ blue 202

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

Shades of Dark Orchid #AB1FCA

Tints of Dark Orchid #AB1FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.67%

 BLUE value IS 202 (79.3% from 255) = 50%

R = 42.33%
G = 7.67%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB1FCA (or 0xAB1FCA) is known color: Dark Orchid. HEX triplet: AB, 1F and CA. RGB value is (171,31,202). Sum of RGB (Red+Green+Blue) = 171+31+202=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB1FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FCA is #54E035. Grayscale: #5B5B5B. Windows color (decimal): -5562422 or 13246379. OLE color: 13246379.

HSL color Cylindrical-coordinate representation of color #AB1FCA: hue angle of 289.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1FCA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 31 202 -
CMYK 0.15 0.85 0 0.21
HSL 289.12º 0.73% 0.46% -
HSV(B) 289.12º 0.85% 0.79% -
XYZ 27.95 13.9 57.09 -
YUV 92.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 171 31 202 0.15 0.85 0 0.21 289.12 0.73 0.46
Hex AB 1F CA F 55 0 15 121 49 2E
Octal 253 37 312 17 125 0 25 441 111 56
Binary 10101011 11111 11001010 1111 1010101 0 10101 100100001 1001001 101110

Color Harmonies of #AB1FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FCA

Black with #AB1FCA

Text Example


Text Example

White with #AB1FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FCA; }

 p { color: rgb(171,31,202); }

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

background-color css

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

 a { background-color: rgb(171,31,202); }

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

border-color css

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

 span { border-color: rgb(171,31,202); }

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