Html Css Color HEX #A002F2 Dark Violet

📋 copy color: '#A002F2'

red 160 ◦ green 2 ◦ blue 242

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

Shades of Dark Violet #A002F2

Tints of Dark Violet #A002F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.9%

R = 39.6%
G = 0.5%
B = 59.9%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A002F2 (or 0xA002F2) is known color: Dark Violet. HEX triplet: A0, 02 and F2. RGB value is (160,2,242). Sum of RGB (Red+Green+Blue) = 160+2+242=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #A002F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A002F2 is #5FFD0D. Grayscale: #4B4B4B. Windows color (decimal): -6290702 or 15860384. OLE color: 15860384.

HSL color Cylindrical-coordinate representation of color #A002F2: hue angle of 279.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002F2 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 2 242 -
CMYK 0.34 0.99 0 0.05
HSL 279.5º 0.98% 0.48% -
HSV(B) 279.5º 0.99% 0.95% -
XYZ 30.55 13.93 85.08 -
YUV 76.6 221.35 187.49 -
System Red Green Blue C M Y K H S L
Decimal 160 2 242 0.34 0.99 0 0.05 279.5 0.98 0.48
Hex A0 2 F2 22 63 0 5 118 62 30
Octal 240 2 362 42 143 0 5 430 142 60
Binary 10100000 10 11110010 100010 1100011 0 101 100011000 1100010 110000

Color Harmonies of #A002F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002F2

Black with #A002F2

Text Example


Text Example

White with #A002F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002F2; }

 p { color: rgb(160,2,242); }

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

background-color css

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

 a { background-color: rgb(160,2,242); }

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

border-color css

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

 span { border-color: rgb(160,2,242); }

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