Html Css Color HEX #A52FEB Blue Violet

📋 copy color: '#A52FEB'

red 165 ◦ green 47 ◦ blue 235

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

Shades of Blue Violet #A52FEB

Tints of Blue Violet #A52FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.51%

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 36.91%
G = 10.51%
B = 52.57%

CMYK

 C value IS 0.30

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A52FEB (or 0xA52FEB) is known color: Blue Violet. HEX triplet: A5, 2F and EB. RGB value is (165,47,235). Sum of RGB (Red+Green+Blue) = 165+47+235=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #A52FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FEB is #5AD014. Grayscale: #676767. Windows color (decimal): -5951509 or 15413157. OLE color: 15413157.

HSL color Cylindrical-coordinate representation of color #A52FEB: hue angle of 277.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52FEB is Cyan = 0.30, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 47 235 -
CMYK 0.30 0.8 0 0.08
HSL 277.66º 0.82% 0.55% -
HSV(B) 277.66º 0.8% 0.92% -
XYZ 31.53 16.03 80.03 -
YUV 103.71 202.09 171.71 -
System Red Green Blue C M Y K H S L
Decimal 165 47 235 0.30 0.8 0 0.08 277.66 0.82 0.55
Hex A5 2F EB 1E 50 0 8 116 52 37
Octal 245 57 353 36 120 0 10 426 122 67
Binary 10100101 101111 11101011 11110 1010000 0 1000 100010110 1010010 110111

Color Harmonies of #A52FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FEB

Black with #A52FEB

Text Example


Text Example

White with #A52FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FEB; }

 p { color: rgb(165,47,235); }

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

background-color css

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

 a { background-color: rgb(165,47,235); }

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

border-color css

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

 span { border-color: rgb(165,47,235); }

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