Html Css Color HEX #A204EB Dark Violet

📋 copy color: '#A204EB'

red 162 ◦ green 4 ◦ blue 235

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

Shades of Dark Violet #A204EB

Tints of Dark Violet #A204EB

RGB

 RED value IS 162 (63.67% from 255) = 40.4%

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 40.4%
G = 1%
B = 58.6%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A204EB (or 0xA204EB) is known color: Dark Violet. HEX triplet: A2, 04 and EB. RGB value is (162,4,235). Sum of RGB (Red+Green+Blue) = 162+4+235=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #A204EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A204EB is #5DFB14. Grayscale: #4C4C4C. Windows color (decimal): -6159125 or 15402146. OLE color: 15402146.

HSL color Cylindrical-coordinate representation of color #A204EB: hue angle of 281.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A204EB is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 4 235 -
CMYK 0.31 0.98 0 0.08
HSL 281.04º 0.97% 0.47% -
HSV(B) 281.04º 0.98% 0.92% -
XYZ 29.94 13.77 79.68 -
YUV 77.58 216.85 188.22 -
System Red Green Blue C M Y K H S L
Decimal 162 4 235 0.31 0.98 0 0.08 281.04 0.97 0.47
Hex A2 4 EB 1F 62 0 8 119 61 2F
Octal 242 4 353 37 142 0 10 431 141 57
Binary 10100010 100 11101011 11111 1100010 0 1000 100011001 1100001 101111

Color Harmonies of #A204EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A204EB

Black with #A204EB

Text Example


Text Example

White with #A204EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A204EB; }

 p { color: rgb(162,4,235); }

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

background-color css

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

 a { background-color: rgb(162,4,235); }

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

border-color css

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

 span { border-color: rgb(162,4,235); }

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