Html Css Color HEX #A51CED Blue Violet

📋 copy color: '#A51CED'

red 165 ◦ green 28 ◦ blue 237

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

Shades of Blue Violet #A51CED

Tints of Blue Violet #A51CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.51%

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

R = 38.37%
G = 6.51%
B = 55.12%

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

#A51CED (or 0xA51CED) is known color: Blue Violet. HEX triplet: A5, 1C and ED. RGB value is (165,28,237). Sum of RGB (Red+Green+Blue) = 165+28+237=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #A51CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CED is #5AE312. Grayscale: #5C5C5C. Windows color (decimal): -5956371 or 15539365. OLE color: 15539365.

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

Color convert

RGB 165 28 237 -
CMYK 0.30 0.88 0 0.07
HSL 279.33º 0.85% 0.52% -
HSV(B) 279.33º 0.88% 0.93% -
XYZ 31.22 14.94 81.36 -
YUV 92.79 209.39 179.51 -
System Red Green Blue C M Y K H S L
Decimal 165 28 237 0.30 0.88 0 0.07 279.33 0.85 0.52
Hex A5 1C ED 1E 58 0 7 117 55 34
Octal 245 34 355 36 130 0 7 427 125 64
Binary 10100101 11100 11101101 11110 1011000 0 111 100010111 1010101 110100

Color Harmonies of #A51CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CED

Black with #A51CED

Text Example


Text Example

White with #A51CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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