Html Css Color HEX #A545ED Blue Violet

📋 copy color: '#A545ED'

red 165 ◦ green 69 ◦ blue 237

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

Shades of Blue Violet #A545ED

Tints of Blue Violet #A545ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.65%

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

R = 35.03%
G = 14.65%
B = 50.32%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A545ED (or 0xA545ED) is known color: Blue Violet. HEX triplet: A5, 45 and ED. RGB value is (165,69,237). Sum of RGB (Red+Green+Blue) = 165+69+237=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #A545ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A545ED is #5ABA12. Grayscale: #747474. Windows color (decimal): -5945875 or 15549861. OLE color: 15549861.

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

Color convert

RGB 165 69 237 -
CMYK 0.30 0.71 0 0.07
HSL 274.29º 0.82% 0.6% -
HSV(B) 274.29º 0.71% 0.93% -
XYZ 32.93 18.37 81.93 -
YUV 116.86 195.8 162.34 -
System Red Green Blue C M Y K H S L
Decimal 165 69 237 0.30 0.71 0 0.07 274.29 0.82 0.6
Hex A5 45 ED 1E 47 0 7 112 52 3C
Octal 245 105 355 36 107 0 7 422 122 74
Binary 10100101 1000101 11101101 11110 1000111 0 111 100010010 1010010 111100

Color Harmonies of #A545ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545ED

Black with #A545ED

Text Example


Text Example

White with #A545ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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