Html Css Color HEX #A547ED Blue Violet

📋 copy color: '#A547ED'

red 165 ◦ green 71 ◦ blue 237

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

Shades of Blue Violet #A547ED

Tints of Blue Violet #A547ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

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

R = 34.88%
G = 15.01%
B = 50.11%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A547ED (or 0xA547ED) is known color: Blue Violet. HEX triplet: A5, 47 and ED. RGB value is (165,71,237). Sum of RGB (Red+Green+Blue) = 165+71+237=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #A547ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A547ED is #5AB812. Grayscale: #757575. Windows color (decimal): -5945363 or 15550373. OLE color: 15550373.

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

Color convert

RGB 165 71 237 -
CMYK 0.30 0.70 0 0.07
HSL 273.98º 0.82% 0.6% -
HSV(B) 273.98º 0.7% 0.93% -
XYZ 33.06 18.62 81.97 -
YUV 118.03 195.14 161.5 -
System Red Green Blue C M Y K H S L
Decimal 165 71 237 0.30 0.70 0 0.07 273.98 0.82 0.6
Hex A5 47 ED 1E 46 0 7 112 52 3C
Octal 245 107 355 36 106 0 7 422 122 74
Binary 10100101 1000111 11101101 11110 1000110 0 111 100010010 1010010 111100

Color Harmonies of #A547ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547ED

Black with #A547ED

Text Example


Text Example

White with #A547ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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