Html Css Color HEX #A01FCF Dark Orchid

📋 copy color: '#A01FCF'

red 160 ◦ green 31 ◦ blue 207

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

Shades of Dark Orchid #A01FCF

Tints of Dark Orchid #A01FCF

RGB

 RED value IS 160 (62.89% from 255) = 40.2%

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

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

R = 40.2%
G = 7.79%
B = 52.01%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A01FCF (or 0xA01FCF) is known color: Dark Orchid. HEX triplet: A0, 1F and CF. RGB value is (160,31,207). Sum of RGB (Red+Green+Blue) = 160+31+207=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A01FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FCF is #5FE030. Grayscale: #595959. Windows color (decimal): -6283313 or 13574048. OLE color: 13574048.

HSL color Cylindrical-coordinate representation of color #A01FCF: hue angle of 283.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01FCF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 31 207 -
CMYK 0.23 0.85 0 0.19
HSL 283.98º 0.74% 0.47% -
HSV(B) 283.98º 0.85% 0.81% -
XYZ 26.25 12.96 60.15 -
YUV 89.64 194.24 178.19 -
System Red Green Blue C M Y K H S L
Decimal 160 31 207 0.23 0.85 0 0.19 283.98 0.74 0.47
Hex A0 1F CF 17 55 0 13 11C 4A 2F
Octal 240 37 317 27 125 0 23 434 112 57
Binary 10100000 11111 11001111 10111 1010101 0 10011 100011100 1001010 101111

Color Harmonies of #A01FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FCF

Black with #A01FCF

Text Example


Text Example

White with #A01FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FCF; }

 p { color: rgb(160,31,207); }

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

background-color css

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

 a { background-color: rgb(160,31,207); }

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

border-color css

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

 span { border-color: rgb(160,31,207); }

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