Html Css Color HEX #A00FEA Dark Violet

📋 copy color: '#A00FEA'

red 160 ◦ green 15 ◦ blue 234

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

Shades of Dark Violet #A00FEA

Tints of Dark Violet #A00FEA

RGB

 RED value IS 160 (62.89% from 255) = 39.12%

 GREEN value IS 15 (6.25% from 255) = 3.67%

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

R = 39.12%
G = 3.67%
B = 57.21%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A00FEA (or 0xA00FEA) is known color: Dark Violet. HEX triplet: A0, 0F and EA. RGB value is (160,15,234). Sum of RGB (Red+Green+Blue) = 160+15+234=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #A00FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FEA is #5FF015. Grayscale: #525252. Windows color (decimal): -6287382 or 15339424. OLE color: 15339424.

HSL color Cylindrical-coordinate representation of color #A00FEA: hue angle of 279.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FEA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 15 234 -
CMYK 0.32 0.94 0 0.08
HSL 279.73º 0.88% 0.49% -
HSV(B) 279.73º 0.94% 0.92% -
XYZ 29.52 13.76 78.94 -
YUV 83.32 213.04 182.69 -
System Red Green Blue C M Y K H S L
Decimal 160 15 234 0.32 0.94 0 0.08 279.73 0.88 0.49
Hex A0 F EA 20 5E 0 8 118 58 31
Octal 240 17 352 40 136 0 10 430 130 61
Binary 10100000 1111 11101010 100000 1011110 0 1000 100011000 1011000 110001

Color Harmonies of #A00FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FEA

Black with #A00FEA

Text Example


Text Example

White with #A00FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FEA; }

 p { color: rgb(160,15,234); }

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

background-color css

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

 a { background-color: rgb(160,15,234); }

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

border-color css

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

 span { border-color: rgb(160,15,234); }

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