Html Css Color HEX #A200EA Dark Violet

📋 copy color: '#A200EA'

red 162 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #A200EA

Tints of Dark Violet #A200EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 59.09%

R = 40.91%
G = 0%
B = 59.09%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A200EA (or 0xA200EA) is known color: Dark Violet. HEX triplet: A2, 00 and EA. RGB value is (162,0,234). Sum of RGB (Red+Green+Blue) = 162+0+234=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #A200EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200EA is #5DFF15. Grayscale: #4A4A4A. Windows color (decimal): -6160150 or 15335586. OLE color: 15335586.

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

Color convert

RGB 162 0 234 -
CMYK 0.31 1 0 0.08
HSL 281.54º 1% 0.46% -
HSV(B) 281.54º 1% 0.92% -
XYZ 29.75 13.62 78.9 -
YUV 75.11 217.67 189.97 -
System Red Green Blue C M Y K H S L
Decimal 162 0 234 0.31 1 0 0.08 281.54 1 0.46
Hex A2 0 EA 1F 64 0 8 11A 64 2E
Octal 242 0 352 37 144 0 10 432 144 56
Binary 10100010 0 11101010 11111 1100100 0 1000 100011010 1100100 101110

Color Harmonies of #A200EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200EA

Black with #A200EA

Text Example


Text Example

White with #A200EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200EA; }

 p { color: rgb(162,0,234); }

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

background-color css

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

 a { background-color: rgb(162,0,234); }

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

border-color css

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

 span { border-color: rgb(162,0,234); }

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