Html Css Color HEX #A01FB2 Dark Orchid

📋 copy color: '#A01FB2'

red 160 ◦ green 31 ◦ blue 178

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

Shades of Dark Orchid #A01FB2

Tints of Dark Orchid #A01FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 43.36%
G = 8.4%
B = 48.24%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A01FB2 (or 0xA01FB2) is known color: Dark Orchid. HEX triplet: A0, 1F and B2. RGB value is (160,31,178). Sum of RGB (Red+Green+Blue) = 160+31+178=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #A01FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01FB2 is #5FE04D. Grayscale: #555555. Windows color (decimal): -6283342 or 11673504. OLE color: 11673504.

HSL color Cylindrical-coordinate representation of color #A01FB2: hue angle of 292.65º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01FB2 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 31 178 -
CMYK 0.10 0.83 0 0.30
HSL 292.65º 0.7% 0.41% -
HSV(B) 292.65º 0.83% 0.7% -
XYZ 23.02 11.67 43.16 -
YUV 86.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 160 31 178 0.10 0.83 0 0.30 292.65 0.7 0.41
Hex A0 1F B2 A 53 0 1E 125 46 29
Octal 240 37 262 12 123 0 36 445 106 51
Binary 10100000 11111 10110010 1010 1010011 0 11110 100100101 1000110 101001

Color Harmonies of #A01FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FB2

Black with #A01FB2

Text Example


Text Example

White with #A01FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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