Html Css Color HEX #A52AFB Blue Violet

📋 copy color: '#A52AFB'

red 165 ◦ green 42 ◦ blue 251

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

Shades of Blue Violet #A52AFB

Tints of Blue Violet #A52AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.17%

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 36.03%
G = 9.17%
B = 54.8%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A52AFB (or 0xA52AFB) is known color: Blue Violet. HEX triplet: A5, 2A and FB. RGB value is (165,42,251). Sum of RGB (Red+Green+Blue) = 165+42+251=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #A52AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52AFB is #5AD504. Grayscale: #656565. Windows color (decimal): -5952773 or 16460453. OLE color: 16460453.

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

Color convert

RGB 165 42 251 -
CMYK 0.34 0.83 0 0.02
HSL 275.31º 0.96% 0.57% -
HSV(B) 275.31º 0.83% 0.98% -
XYZ 33.76 16.62 92.7 -
YUV 102.6 211.75 172.51 -
System Red Green Blue C M Y K H S L
Decimal 165 42 251 0.34 0.83 0 0.02 275.31 0.96 0.57
Hex A5 2A FB 22 53 0 2 113 60 39
Octal 245 52 373 42 123 0 2 423 140 71
Binary 10100101 101010 11111011 100010 1010011 0 10 100010011 1100000 111001

Color Harmonies of #A52AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AFB

Black with #A52AFB

Text Example


Text Example

White with #A52AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AFB; }

 p { color: rgb(165,42,251); }

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

background-color css

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

 a { background-color: rgb(165,42,251); }

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

border-color css

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

 span { border-color: rgb(165,42,251); }

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