Html Css Color HEX #A001F2 Dark Violet

📋 copy color: '#A001F2'

red 160 ◦ green 1 ◦ blue 242

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

Shades of Dark Violet #A001F2

Tints of Dark Violet #A001F2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 39.7%
G = 0.25%
B = 60.05%

CMYK

 C value IS 0.34

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A001F2 (or 0xA001F2) is known color: Dark Violet. HEX triplet: A0, 01 and F2. RGB value is (160,1,242). Sum of RGB (Red+Green+Blue) = 160+1+242=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #A001F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001F2 is #5FFE0D. Grayscale: #4B4B4B. Windows color (decimal): -6290958 or 15860128. OLE color: 15860128.

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

Color convert

RGB 160 1 242 -
CMYK 0.34 1.00 0 0.05
HSL 279.59º 0.99% 0.48% -
HSV(B) 279.59º 1% 0.95% -
XYZ 30.54 13.91 85.08 -
YUV 76.02 221.68 187.9 -
System Red Green Blue C M Y K H S L
Decimal 160 1 242 0.34 1.00 0 0.05 279.59 0.99 0.48
Hex A0 1 F2 22 64 0 5 118 63 30
Octal 240 1 362 42 144 0 5 430 143 60
Binary 10100000 1 11110010 100010 1100100 0 101 100011000 1100011 110000

Color Harmonies of #A001F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001F2

Black with #A001F2

Text Example


Text Example

White with #A001F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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