Html Css Color HEX #A52FEE Blue Violet

📋 copy color: '#A52FEE'

red 165 ◦ green 47 ◦ blue 238

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

Shades of Blue Violet #A52FEE

Tints of Blue Violet #A52FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 36.67%
G = 10.44%
B = 52.89%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A52FEE (or 0xA52FEE) is known color: Blue Violet. HEX triplet: A5, 2F and EE. RGB value is (165,47,238). Sum of RGB (Red+Green+Blue) = 165+47+238=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #A52FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FEE is #5AD011. Grayscale: #676767. Windows color (decimal): -5951506 or 15609765. OLE color: 15609765.

HSL color Cylindrical-coordinate representation of color #A52FEE: hue angle of 277.07º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52FEE is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 47 238 -
CMYK 0.31 0.80 0 0.07
HSL 277.07º 0.85% 0.56% -
HSV(B) 277.07º 0.8% 0.93% -
XYZ 31.97 16.21 82.33 -
YUV 104.06 203.59 171.47 -
System Red Green Blue C M Y K H S L
Decimal 165 47 238 0.31 0.80 0 0.07 277.07 0.85 0.56
Hex A5 2F EE 1F 50 0 7 115 55 38
Octal 245 57 356 37 120 0 7 425 125 70
Binary 10100101 101111 11101110 11111 1010000 0 111 100010101 1010101 111000

Color Harmonies of #A52FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FEE

Black with #A52FEE

Text Example


Text Example

White with #A52FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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