Html Css Color HEX #A52CEB Blue Violet

📋 copy color: '#A52CEB'

red 165 ◦ green 44 ◦ blue 235

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

Shades of Blue Violet #A52CEB

Tints of Blue Violet #A52CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.91%

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

R = 37.16%
G = 9.91%
B = 52.93%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A52CEB (or 0xA52CEB) is known color: Blue Violet. HEX triplet: A5, 2C and EB. RGB value is (165,44,235). Sum of RGB (Red+Green+Blue) = 165+44+235=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #A52CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CEB is #5AD314. Grayscale: #656565. Windows color (decimal): -5952277 or 15412389. OLE color: 15412389.

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

Color convert

RGB 165 44 235 -
CMYK 0.30 0.81 0 0.08
HSL 278.01º 0.83% 0.55% -
HSV(B) 278.01º 0.81% 0.92% -
XYZ 31.41 15.8 79.99 -
YUV 101.95 203.09 172.97 -
System Red Green Blue C M Y K H S L
Decimal 165 44 235 0.30 0.81 0 0.08 278.01 0.83 0.55
Hex A5 2C EB 1E 51 0 8 116 53 37
Octal 245 54 353 36 121 0 10 426 123 67
Binary 10100101 101100 11101011 11110 1010001 0 1000 100010110 1010011 110111

Color Harmonies of #A52CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CEB

Black with #A52CEB

Text Example


Text Example

White with #A52CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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