Html Css Color HEX #A51EEF Blue Violet

📋 copy color: '#A51EEF'

red 165 ◦ green 30 ◦ blue 239

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

Shades of Blue Violet #A51EEF

Tints of Blue Violet #A51EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 38.02%
G = 6.91%
B = 55.07%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A51EEF (or 0xA51EEF) is known color: Blue Violet. HEX triplet: A5, 1E and EF. RGB value is (165,30,239). Sum of RGB (Red+Green+Blue) = 165+30+239=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #A51EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51EEF is #5AE110. Grayscale: #5D5D5D. Windows color (decimal): -5955857 or 15670949. OLE color: 15670949.

HSL color Cylindrical-coordinate representation of color #A51EEF: hue angle of 278.76º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51EEF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 30 239 -
CMYK 0.31 0.87 0 0.06
HSL 278.76º 0.87% 0.53% -
HSV(B) 278.76º 0.87% 0.94% -
XYZ 31.56 15.16 82.92 -
YUV 94.19 209.73 178.51 -
System Red Green Blue C M Y K H S L
Decimal 165 30 239 0.31 0.87 0 0.06 278.76 0.87 0.53
Hex A5 1E EF 1F 57 0 6 117 57 35
Octal 245 36 357 37 127 0 6 427 127 65
Binary 10100101 11110 11101111 11111 1010111 0 110 100010111 1010111 110101

Color Harmonies of #A51EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EEF

Black with #A51EEF

Text Example


Text Example

White with #A51EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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