Html Css Color HEX #A51EEB Blue Violet

📋 copy color: '#A51EEB'

red 165 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #A51EEB

Tints of Blue Violet #A51EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.98%

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

R = 38.37%
G = 6.98%
B = 54.65%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A51EEB (or 0xA51EEB) is known color: Blue Violet. HEX triplet: A5, 1E and EB. RGB value is (165,30,235). Sum of RGB (Red+Green+Blue) = 165+30+235=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #A51EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51EEB is #5AE114. Grayscale: #5D5D5D. Windows color (decimal): -5955861 or 15408805. OLE color: 15408805.

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

Color convert

RGB 165 30 235 -
CMYK 0.30 0.87 0 0.08
HSL 279.51º 0.84% 0.52% -
HSV(B) 279.51º 0.87% 0.92% -
XYZ 30.98 14.93 79.85 -
YUV 93.74 207.73 178.83 -
System Red Green Blue C M Y K H S L
Decimal 165 30 235 0.30 0.87 0 0.08 279.51 0.84 0.52
Hex A5 1E EB 1E 57 0 8 118 54 34
Octal 245 36 353 36 127 0 10 430 124 64
Binary 10100101 11110 11101011 11110 1010111 0 1000 100011000 1010100 110100

Color Harmonies of #A51EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EEB

Black with #A51EEB

Text Example


Text Example

White with #A51EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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