Html Css Color HEX #A402BA Dark Violet

📋 copy color: '#A402BA'

red 164 ◦ green 2 ◦ blue 186

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

Shades of Dark Violet #A402BA

Tints of Dark Violet #A402BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 46.59%
G = 0.57%
B = 52.84%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A402BA (or 0xA402BA) is known color: Dark Violet. HEX triplet: A4, 02 and BA. RGB value is (164,2,186). Sum of RGB (Red+Green+Blue) = 164+2+186=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #A402BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402BA is #5BFD45. Grayscale: #464646. Windows color (decimal): -6028614 or 12190372. OLE color: 12190372.

HSL color Cylindrical-coordinate representation of color #A402BA: hue angle of 292.83º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402BA is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 2 186 -
CMYK 0.12 0.99 0 0.27
HSL 292.83º 0.98% 0.37% -
HSV(B) 292.83º 0.99% 0.73% -
XYZ 24.19 11.48 47.4 -
YUV 71.41 192.67 194.04 -
System Red Green Blue C M Y K H S L
Decimal 164 2 186 0.12 0.99 0 0.27 292.83 0.98 0.37
Hex A4 2 BA C 63 0 1B 125 62 25
Octal 244 2 272 14 143 0 33 445 142 45
Binary 10100100 10 10111010 1100 1100011 0 11011 100100101 1100010 100101

Color Harmonies of #A402BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402BA

Black with #A402BA

Text Example


Text Example

White with #A402BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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