Html Css Color HEX #A52EFF Blue Violet

📋 copy color: '#A52EFF'

red 165 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #A52EFF

Tints of Blue Violet #A52EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.87%

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

R = 35.41%
G = 9.87%
B = 54.72%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A52EFF (or 0xA52EFF) is known color: Blue Violet. HEX triplet: A5, 2E and FF. RGB value is (165,46,255). Sum of RGB (Red+Green+Blue) = 165+46+255=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #A52EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EFF is #5AD100. Grayscale: #686868. Windows color (decimal): -5951745 or 16723621. OLE color: 16723621.

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

Color convert

RGB 165 46 255 -
CMYK 0.35 0.82 0 0
HSL 274.16º 1% 0.59% -
HSV(B) 274.16º 0.82% 1% -
XYZ 34.54 17.17 96.1 -
YUV 105.41 212.42 170.51 -
System Red Green Blue C M Y K H S L
Decimal 165 46 255 0.35 0.82 0 0 274.16 1 0.59
Hex A5 2E FF 23 52 0 0 112 64 3B
Octal 245 56 377 43 122 0 0 422 144 73
Binary 10100101 101110 11111111 100011 1010010 0 0 100010010 1100100 111011

Color Harmonies of #A52EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EFF

Black with #A52EFF

Text Example


Text Example

White with #A52EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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