Html Css Color HEX #A52AFE Blue Violet

📋 copy color: '#A52AFE'

red 165 ◦ green 42 ◦ blue 254

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

Shades of Blue Violet #A52AFE

Tints of Blue Violet #A52AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 35.79%
G = 9.11%
B = 55.1%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A52AFE (or 0xA52AFE) is known color: Blue Violet. HEX triplet: A5, 2A and FE. RGB value is (165,42,254). Sum of RGB (Red+Green+Blue) = 165+42+254=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #A52AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52AFE is #5AD501. Grayscale: #666666. Windows color (decimal): -5952770 or 16657061. OLE color: 16657061.

HSL color Cylindrical-coordinate representation of color #A52AFE: hue angle of 274.81º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A52AFE is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 42 254 -
CMYK 0.35 0.83 0 0.00
HSL 274.81º 0.99% 0.58% -
HSV(B) 274.81º 0.83% 1% -
XYZ 34.23 16.81 95.21 -
YUV 102.95 213.25 172.26 -
System Red Green Blue C M Y K H S L
Decimal 165 42 254 0.35 0.83 0 0.00 274.81 0.99 0.58
Hex A5 2A FE 23 53 0 0 113 63 3A
Octal 245 52 376 43 123 0 0 423 143 72
Binary 10100101 101010 11111110 100011 1010011 0 0 100010011 1100011 111010

Color Harmonies of #A52AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AFE

Black with #A52AFE

Text Example


Text Example

White with #A52AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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