Html Css Color HEX #A545FA Blue Violet

📋 copy color: '#A545FA'

red 165 ◦ green 69 ◦ blue 250

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

Shades of Blue Violet #A545FA

Tints of Blue Violet #A545FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 34.09%
G = 14.26%
B = 51.65%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A545FA (or 0xA545FA) is known color: Blue Violet. HEX triplet: A5, 45 and FA. RGB value is (165,69,250). Sum of RGB (Red+Green+Blue) = 165+69+250=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #A545FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A545FA is #5ABA05. Grayscale: #757575. Windows color (decimal): -5945862 or 16401829. OLE color: 16401829.

HSL color Cylindrical-coordinate representation of color #A545FA: hue angle of 271.82º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A545FA is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 69 250 -
CMYK 0.34 0.72 0 0.02
HSL 271.82º 0.95% 0.63% -
HSV(B) 271.82º 0.72% 0.98% -
XYZ 34.9 19.16 92.3 -
YUV 118.34 202.3 161.28 -
System Red Green Blue C M Y K H S L
Decimal 165 69 250 0.34 0.72 0 0.02 271.82 0.95 0.63
Hex A5 45 FA 22 48 0 2 110 5F 3F
Octal 245 105 372 42 110 0 2 420 137 77
Binary 10100101 1000101 11111010 100010 1001000 0 10 100010000 1011111 111111

Color Harmonies of #A545FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545FA

Black with #A545FA

Text Example


Text Example

White with #A545FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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