Html Css Color HEX #A447EC Blue Violet

📋 copy color: '#A447EC'

red 164 ◦ green 71 ◦ blue 236

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

Shades of Blue Violet #A447EC

Tints of Blue Violet #A447EC

RGB

 RED value IS 164 (64.45% from 255) = 34.82%

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 34.82%
G = 15.07%
B = 50.11%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A447EC (or 0xA447EC) is known color: Blue Violet. HEX triplet: A4, 47 and EC. RGB value is (164,71,236). Sum of RGB (Red+Green+Blue) = 164+71+236=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #A447EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A447EC is #5BB813. Grayscale: #757575. Windows color (decimal): -6010900 or 15484836. OLE color: 15484836.

HSL color Cylindrical-coordinate representation of color #A447EC: hue angle of 273.82º degrees, saturation: 0.81, 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 #A447EC is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 71 236 -
CMYK 0.31 0.70 0 0.07
HSL 273.82º 0.81% 0.6% -
HSV(B) 273.82º 0.7% 0.93% -
XYZ 32.7 18.46 81.2 -
YUV 117.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 164 71 236 0.31 0.70 0 0.07 273.82 0.81 0.6
Hex A4 47 EC 1F 46 0 7 112 51 3C
Octal 244 107 354 37 106 0 7 422 121 74
Binary 10100100 1000111 11101100 11111 1000110 0 111 100010010 1010001 111100

Color Harmonies of #A447EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A447EC

Black with #A447EC

Text Example


Text Example

White with #A447EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A447EC; }

 p { color: rgb(164,71,236); }

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

background-color css

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

 a { background-color: rgb(164,71,236); }

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

border-color css

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

 span { border-color: rgb(164,71,236); }

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