Html Css Color HEX #A402AF Dark Violet

📋 copy color: '#A402AF'

red 164 ◦ green 2 ◦ blue 175

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

Shades of Dark Violet #A402AF

Tints of Dark Violet #A402AF

RGB

 RED value IS 164 (64.45% from 255) = 48.09%

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 175 (68.75% from 255) = 51.32%

R = 48.09%
G = 0.59%
B = 51.32%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A402AF (or 0xA402AF) is known color: Dark Violet. HEX triplet: A4, 02 and AF. RGB value is (164,2,175). Sum of RGB (Red+Green+Blue) = 164+2+175=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #A402AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A402AF is #5BFD50. Grayscale: #454545. Windows color (decimal): -6028625 or 11469476. OLE color: 11469476.

HSL color Cylindrical-coordinate representation of color #A402AF: hue angle of 296.18º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402AF is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 2 175 -
CMYK 0.06 0.99 0 0.31
HSL 296.19º 0.98% 0.35% -
HSV(B) 296.19º 0.99% 0.69% -
XYZ 23.07 11.03 41.47 -
YUV 70.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 164 2 175 0.06 0.99 0 0.31 296.19 0.98 0.35
Hex A4 2 AF 6 63 0 1F 128 62 23
Octal 244 2 257 6 143 0 37 450 142 43
Binary 10100100 10 10101111 110 1100011 0 11111 100101000 1100010 100011

Color Harmonies of #A402AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402AF

Black with #A402AF

Text Example


Text Example

White with #A402AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402AF; }

 p { color: rgb(164,2,175); }

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

background-color css

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

 a { background-color: rgb(164,2,175); }

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

border-color css

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

 span { border-color: rgb(164,2,175); }

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