Html Css Color HEX #A52BEB Blue Violet

📋 copy color: '#A52BEB'

red 165 ◦ green 43 ◦ blue 235

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

Shades of Blue Violet #A52BEB

Tints of Blue Violet #A52BEB

RGB

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

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

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

R = 37.25%
G = 9.71%
B = 53.05%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A52BEB (or 0xA52BEB) is known color: Blue Violet. HEX triplet: A5, 2B and EB. RGB value is (165,43,235). Sum of RGB (Red+Green+Blue) = 165+43+235=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #A52BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52BEB is #5AD414. Grayscale: #646464. Windows color (decimal): -5952533 or 15412133. OLE color: 15412133.

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

Color convert

RGB 165 43 235 -
CMYK 0.30 0.82 0 0.08
HSL 278.13º 0.83% 0.55% -
HSV(B) 278.13º 0.82% 0.92% -
XYZ 31.38 15.73 79.98 -
YUV 101.37 203.42 173.39 -
System Red Green Blue C M Y K H S L
Decimal 165 43 235 0.30 0.82 0 0.08 278.13 0.83 0.55
Hex A5 2B EB 1E 52 0 8 116 53 37
Octal 245 53 353 36 122 0 10 426 123 67
Binary 10100101 101011 11101011 11110 1010010 0 1000 100010110 1010011 110111

Color Harmonies of #A52BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BEB

Black with #A52BEB

Text Example


Text Example

White with #A52BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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