Html Css Color HEX #A52BE8 Blue Violet

📋 copy color: '#A52BE8'

red 165 ◦ green 43 ◦ blue 232

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

Shades of Blue Violet #A52BE8

Tints of Blue Violet #A52BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.73%

R = 37.5%
G = 9.77%
B = 52.73%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A52BE8 (or 0xA52BE8) is known color: Blue Violet. HEX triplet: A5, 2B and E8. RGB value is (165,43,232). Sum of RGB (Red+Green+Blue) = 165+43+232=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #A52BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52BE8 is #5AD417. Grayscale: #646464. Windows color (decimal): -5952536 or 15215525. OLE color: 15215525.

HSL color Cylindrical-coordinate representation of color #A52BE8: hue angle of 278.73º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52BE8 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 43 232 -
CMYK 0.29 0.81 0 0.09
HSL 278.73º 0.8% 0.54% -
HSV(B) 278.73º 0.81% 0.91% -
XYZ 30.95 15.55 77.71 -
YUV 101.02 201.92 173.63 -
System Red Green Blue C M Y K H S L
Decimal 165 43 232 0.29 0.81 0 0.09 278.73 0.8 0.54
Hex A5 2B E8 1D 51 0 9 117 50 36
Octal 245 53 350 35 121 0 11 427 120 66
Binary 10100101 101011 11101000 11101 1010001 0 1001 100010111 1010000 110110

Color Harmonies of #A52BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BE8

Black with #A52BE8

Text Example


Text Example

White with #A52BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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