Html Css Color HEX #A301B2 Dark Violet

📋 copy color: '#A301B2'

red 163 ◦ green 1 ◦ blue 178

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

Shades of Dark Violet #A301B2

Tints of Dark Violet #A301B2

RGB

 RED value IS 163 (64.06% from 255) = 47.66%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 47.66%
G = 0.29%
B = 52.05%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A301B2 (or 0xA301B2) is known color: Dark Violet. HEX triplet: A3, 01 and B2. RGB value is (163,1,178). Sum of RGB (Red+Green+Blue) = 163+1+178=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #A301B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A301B2 is #5CFE4D. Grayscale: #454545. Windows color (decimal): -6094414 or 11665827. OLE color: 11665827.

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

Color convert

RGB 163 1 178 -
CMYK 0.08 0.99 0 0.30
HSL 294.92º 0.99% 0.35% -
HSV(B) 294.92º 0.99% 0.7% -
XYZ 23.15 11.02 43.03 -
YUV 69.62 189.17 194.61 -
System Red Green Blue C M Y K H S L
Decimal 163 1 178 0.08 0.99 0 0.30 294.92 0.99 0.35
Hex A3 1 B2 8 63 0 1E 127 63 23
Octal 243 1 262 10 143 0 36 447 143 43
Binary 10100011 1 10110010 1000 1100011 0 11110 100100111 1100011 100011

Color Harmonies of #A301B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301B2

Black with #A301B2

Text Example


Text Example

White with #A301B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301B2; }

 p { color: rgb(163,1,178); }

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

background-color css

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

 a { background-color: rgb(163,1,178); }

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

border-color css

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

 span { border-color: rgb(163,1,178); }

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