Html Css Color HEX #A52CF9 Blue Violet

📋 copy color: '#A52CF9'

red 165 ◦ green 44 ◦ blue 249

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

Shades of Blue Violet #A52CF9

Tints of Blue Violet #A52CF9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.61%

 BLUE value IS 249 (97.66% from 255) = 54.37%

R = 36.03%
G = 9.61%
B = 54.37%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A52CF9 (or 0xA52CF9) is known color: Blue Violet. HEX triplet: A5, 2C and F9. RGB value is (165,44,249). Sum of RGB (Red+Green+Blue) = 165+44+249=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #A52CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CF9 is #5AD306. Grayscale: #666666. Windows color (decimal): -5952263 or 16329893. OLE color: 16329893.

HSL color Cylindrical-coordinate representation of color #A52CF9: hue angle of 275.41º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52CF9 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 44 249 -
CMYK 0.34 0.82 0 0.02
HSL 275.41º 0.94% 0.57% -
HSV(B) 275.41º 0.82% 0.98% -
XYZ 33.52 16.64 91.07 -
YUV 103.55 210.09 171.83 -
System Red Green Blue C M Y K H S L
Decimal 165 44 249 0.34 0.82 0 0.02 275.41 0.94 0.57
Hex A5 2C F9 22 52 0 2 113 5E 39
Octal 245 54 371 42 122 0 2 423 136 71
Binary 10100101 101100 11111001 100010 1010010 0 10 100010011 1011110 111001

Color Harmonies of #A52CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CF9

Black with #A52CF9

Text Example


Text Example

White with #A52CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CF9; }

 p { color: rgb(165,44,249); }

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

background-color css

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

 a { background-color: rgb(165,44,249); }

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

border-color css

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

 span { border-color: rgb(165,44,249); }

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