Html Css Color HEX #A01FC8 Dark Orchid

📋 copy color: '#A01FC8'

red 160 ◦ green 31 ◦ blue 200

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

Shades of Dark Orchid #A01FC8

Tints of Dark Orchid #A01FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 40.92%
G = 7.93%
B = 51.15%

CMYK

 C value IS 0.2

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A01FC8 (or 0xA01FC8) is known color: Dark Orchid. HEX triplet: A0, 1F and C8. RGB value is (160,31,200). Sum of RGB (Red+Green+Blue) = 160+31+200=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #A01FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FC8 is #5FE037. Grayscale: #585858. Windows color (decimal): -6283320 or 13115296. OLE color: 13115296.

HSL color Cylindrical-coordinate representation of color #A01FC8: hue angle of 285.8º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01FC8 is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 31 200 -
CMYK 0.2 0.84 0 0.22
HSL 285.8º 0.73% 0.45% -
HSV(B) 285.8º 0.85% 0.78% -
XYZ 25.41 12.62 55.74 -
YUV 88.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 160 31 200 0.2 0.84 0 0.22 285.8 0.73 0.45
Hex A0 1F C8 14 54 0 16 11E 49 2D
Octal 240 37 310 24 124 0 26 436 111 55
Binary 10100000 11111 11001000 10100 1010100 0 10110 100011110 1001001 101101

Color Harmonies of #A01FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FC8

Black with #A01FC8

Text Example


Text Example

White with #A01FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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