Html Css Color HEX #A007F2 Dark Violet

📋 copy color: '#A007F2'

red 160 ◦ green 7 ◦ blue 242

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

Shades of Dark Violet #A007F2

Tints of Dark Violet #A007F2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

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

R = 39.12%
G = 1.71%
B = 59.17%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A007F2 (or 0xA007F2) is known color: Dark Violet. HEX triplet: A0, 07 and F2. RGB value is (160,7,242). Sum of RGB (Red+Green+Blue) = 160+7+242=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 242 (94.92% from 255 or 59.17% from 409); Max value from RGB is 242 - color contains mainly: blue. Hex color #A007F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007F2 is #5FF80D. Grayscale: #4E4E4E. Windows color (decimal): -6289422 or 15861664. OLE color: 15861664.

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

Color convert

RGB 160 7 242 -
CMYK 0.34 0.97 0 0.05
HSL 279.06º 0.94% 0.49% -
HSV(B) 279.06º 0.97% 0.95% -
XYZ 30.6 14.04 85.1 -
YUV 79.54 219.69 185.39 -
System Red Green Blue C M Y K H S L
Decimal 160 7 242 0.34 0.97 0 0.05 279.06 0.94 0.49
Hex A0 7 F2 22 61 0 5 117 5E 31
Octal 240 7 362 42 141 0 5 427 136 61
Binary 10100000 111 11110010 100010 1100001 0 101 100010111 1011110 110001

Color Harmonies of #A007F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007F2

Black with #A007F2

Text Example


Text Example

White with #A007F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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