Html Css Color HEX #A402E0 Dark Violet

📋 copy color: '#A402E0'

red 164 ◦ green 2 ◦ blue 224

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

Shades of Dark Violet #A402E0

Tints of Dark Violet #A402E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.44%

R = 42.05%
G = 0.51%
B = 57.44%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A402E0 (or 0xA402E0) is known color: Dark Violet. HEX triplet: A4, 02 and E0. RGB value is (164,2,224). Sum of RGB (Red+Green+Blue) = 164+2+224=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #A402E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402E0 is #5BFD1F. Grayscale: #4B4B4B. Windows color (decimal): -6028576 or 14680740. OLE color: 14680740.

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

Color convert

RGB 164 2 224 -
CMYK 0.27 0.99 0 0.12
HSL 283.78º 0.98% 0.44% -
HSV(B) 283.78º 0.99% 0.88% -
XYZ 28.79 13.32 71.57 -
YUV 75.75 211.67 190.95 -
System Red Green Blue C M Y K H S L
Decimal 164 2 224 0.27 0.99 0 0.12 283.78 0.98 0.44
Hex A4 2 E0 1B 63 0 C 11C 62 2C
Octal 244 2 340 33 143 0 14 434 142 54
Binary 10100100 10 11100000 11011 1100011 0 1100 100011100 1100010 101100

Color Harmonies of #A402E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402E0

Black with #A402E0

Text Example


Text Example

White with #A402E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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