Html Css Color HEX #A52EEB Blue Violet

📋 copy color: '#A52EEB'

red 165 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #A52EEB

Tints of Blue Violet #A52EEB

RGB

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

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

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

R = 37%
G = 10.31%
B = 52.69%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A52EEB (or 0xA52EEB) is known color: Blue Violet. HEX triplet: A5, 2E and EB. RGB value is (165,46,235). Sum of RGB (Red+Green+Blue) = 165+46+235=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #A52EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EEB is #5AD114. Grayscale: #666666. Windows color (decimal): -5951765 or 15412901. OLE color: 15412901.

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

Color convert

RGB 165 46 235 -
CMYK 0.30 0.80 0 0.08
HSL 277.78º 0.83% 0.55% -
HSV(B) 277.78º 0.8% 0.92% -
XYZ 31.49 15.95 80.02 -
YUV 103.13 202.42 172.13 -
System Red Green Blue C M Y K H S L
Decimal 165 46 235 0.30 0.80 0 0.08 277.78 0.83 0.55
Hex A5 2E EB 1E 50 0 8 116 53 37
Octal 245 56 353 36 120 0 10 426 123 67
Binary 10100101 101110 11101011 11110 1010000 0 1000 100010110 1010011 110111

Color Harmonies of #A52EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EEB

Black with #A52EEB

Text Example


Text Example

White with #A52EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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