Html Css Color HEX #A52BFF Blue Violet

📋 copy color: '#A52BFF'

red 165 ◦ green 43 ◦ blue 255

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

Shades of Blue Violet #A52BFF

Tints of Blue Violet #A52BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.29%

 BLUE value IS 255 (100% from 255) = 55.08%

R = 35.64%
G = 9.29%
B = 55.08%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A52BFF (or 0xA52BFF) is known color: Blue Violet. HEX triplet: A5, 2B and FF. RGB value is (165,43,255). Sum of RGB (Red+Green+Blue) = 165+43+255=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #A52BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52BFF is #5AD400. Grayscale: #666666. Windows color (decimal): -5952513 or 16722853. OLE color: 16722853.

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

Color convert

RGB 165 43 255 -
CMYK 0.35 0.83 0 0
HSL 274.53º 1% 0.58% -
HSV(B) 274.53º 0.83% 1% -
XYZ 34.43 16.95 96.06 -
YUV 103.65 213.42 171.76 -
System Red Green Blue C M Y K H S L
Decimal 165 43 255 0.35 0.83 0 0 274.53 1 0.58
Hex A5 2B FF 23 53 0 0 113 64 3A
Octal 245 53 377 43 123 0 0 423 144 72
Binary 10100101 101011 11111111 100011 1010011 0 0 100010011 1100100 111010

Color Harmonies of #A52BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BFF

Black with #A52BFF

Text Example


Text Example

White with #A52BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BFF; }

 p { color: rgb(165,43,255); }

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

background-color css

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

 a { background-color: rgb(165,43,255); }

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

border-color css

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

 span { border-color: rgb(165,43,255); }

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