Html Css Color HEX #A51DED Blue Violet

📋 copy color: '#A51DED'

red 165 ◦ green 29 ◦ blue 237

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

Shades of Blue Violet #A51DED

Tints of Blue Violet #A51DED

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.73%

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 38.28%
G = 6.73%
B = 54.99%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A51DED (or 0xA51DED) is known color: Blue Violet. HEX triplet: A5, 1D and ED. RGB value is (165,29,237). Sum of RGB (Red+Green+Blue) = 165+29+237=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #A51DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51DED is #5AE212. Grayscale: #5C5C5C. Windows color (decimal): -5956115 or 15539621. OLE color: 15539621.

HSL color Cylindrical-coordinate representation of color #A51DED: hue angle of 279.23º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51DED is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 29 237 -
CMYK 0.30 0.88 0 0.07
HSL 279.23º 0.85% 0.52% -
HSV(B) 279.23º 0.88% 0.93% -
XYZ 31.24 14.99 81.37 -
YUV 93.38 209.06 179.09 -
System Red Green Blue C M Y K H S L
Decimal 165 29 237 0.30 0.88 0 0.07 279.23 0.85 0.52
Hex A5 1D ED 1E 58 0 7 117 55 34
Octal 245 35 355 36 130 0 7 427 125 64
Binary 10100101 11101 11101101 11110 1011000 0 111 100010111 1010101 110100

Color Harmonies of #A51DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DED

Black with #A51DED

Text Example


Text Example

White with #A51DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DED; }

 p { color: rgb(165,29,237); }

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

background-color css

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

 a { background-color: rgb(165,29,237); }

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

border-color css

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

 span { border-color: rgb(165,29,237); }

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