Html Css Color HEX #A920F0 Blue Violet

📋 copy color: '#A920F0'

red 169 ◦ green 32 ◦ blue 240

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

Shades of Blue Violet #A920F0

Tints of Blue Violet #A920F0

RGB

 RED value IS 169 (66.41% from 255) = 38.32%

 GREEN value IS 32 (12.89% from 255) = 7.26%

 BLUE value IS 240 (94.14% from 255) = 54.42%

R = 38.32%
G = 7.26%
B = 54.42%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A920F0 (or 0xA920F0) is known color: Blue Violet. HEX triplet: A9, 20 and F0. RGB value is (169,32,240). Sum of RGB (Red+Green+Blue) = 169+32+240=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #A920F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A920F0 is #56DF0F. Grayscale: #5F5F5F. Windows color (decimal): -5693200 or 15737001. OLE color: 15737001.

HSL color Cylindrical-coordinate representation of color #A920F0: hue angle of 279.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A920F0 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 32 240 -
CMYK 0.30 0.87 0 0.06
HSL 279.52º 0.87% 0.53% -
HSV(B) 279.52º 0.87% 0.94% -
XYZ 32.61 15.76 83.76 -
YUV 96.68 208.89 179.59 -
System Red Green Blue C M Y K H S L
Decimal 169 32 240 0.30 0.87 0 0.06 279.52 0.87 0.53
Hex A9 20 F0 1E 57 0 6 118 57 35
Octal 251 40 360 36 127 0 6 430 127 65
Binary 10101001 100000 11110000 11110 1010111 0 110 100011000 1010111 110101

Color Harmonies of #A920F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920F0

Black with #A920F0

Text Example


Text Example

White with #A920F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920F0; }

 p { color: rgb(169,32,240); }

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

background-color css

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

 a { background-color: rgb(169,32,240); }

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

border-color css

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

 span { border-color: rgb(169,32,240); }

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