Html Css Color HEX #A51FEB Blue Violet

📋 copy color: '#A51FEB'

red 165 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #A51FEB

Tints of Blue Violet #A51FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.19%

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

R = 38.28%
G = 7.19%
B = 54.52%

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

#A51FEB (or 0xA51FEB) is known color: Blue Violet. HEX triplet: A5, 1F and EB. RGB value is (165,31,235). Sum of RGB (Red+Green+Blue) = 165+31+235=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #A51FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FEB is #5AE014. Grayscale: #5D5D5D. Windows color (decimal): -5955605 or 15409061. OLE color: 15409061.

HSL color Cylindrical-coordinate representation of color #A51FEB: hue angle of 279.41º 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 #A51FEB is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 31 235 -
CMYK 0.30 0.87 0 0.08
HSL 279.41º 0.84% 0.52% -
HSV(B) 279.41º 0.87% 0.92% -
XYZ 31 14.98 79.85 -
YUV 94.32 207.39 178.41 -
System Red Green Blue C M Y K H S L
Decimal 165 31 235 0.30 0.87 0 0.08 279.41 0.84 0.52
Hex A5 1F EB 1E 57 0 8 117 54 34
Octal 245 37 353 36 127 0 10 427 124 64
Binary 10100101 11111 11101011 11110 1010111 0 1000 100010111 1010100 110100

Color Harmonies of #A51FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FEB

Black with #A51FEB

Text Example


Text Example

White with #A51FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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