Html Css Color HEX #A521F6 Blue Violet

📋 copy color: '#A521F6'

red 165 ◦ green 33 ◦ blue 246

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

Shades of Blue Violet #A521F6

Tints of Blue Violet #A521F6

RGB

 RED value IS 165 (64.84% from 255) = 37.16%

 GREEN value IS 33 (13.28% from 255) = 7.43%

 BLUE value IS 246 (96.48% from 255) = 55.41%

R = 37.16%
G = 7.43%
B = 55.41%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A521F6 (or 0xA521F6) is known color: Blue Violet. HEX triplet: A5, 21 and F6. RGB value is (165,33,246). Sum of RGB (Red+Green+Blue) = 165+33+246=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #A521F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A521F6 is #5ADE09. Grayscale: #606060. Windows color (decimal): -5955082 or 16130469. OLE color: 16130469.

HSL color Cylindrical-coordinate representation of color #A521F6: hue angle of 277.18º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A521F6 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 33 246 -
CMYK 0.33 0.87 0 0.04
HSL 277.18º 0.92% 0.55% -
HSV(B) 277.18º 0.87% 0.96% -
XYZ 32.7 15.74 88.5 -
YUV 96.75 212.23 176.68 -
System Red Green Blue C M Y K H S L
Decimal 165 33 246 0.33 0.87 0 0.04 277.18 0.92 0.55
Hex A5 21 F6 21 57 0 4 115 5C 37
Octal 245 41 366 41 127 0 4 425 134 67
Binary 10100101 100001 11110110 100001 1010111 0 100 100010101 1011100 110111

Color Harmonies of #A521F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521F6

Black with #A521F6

Text Example


Text Example

White with #A521F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521F6; }

 p { color: rgb(165,33,246); }

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

background-color css

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

 a { background-color: rgb(165,33,246); }

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

border-color css

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

 span { border-color: rgb(165,33,246); }

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