Html Css Color HEX #A447EE Blue Violet

📋 copy color: '#A447EE'

red 164 ◦ green 71 ◦ blue 238

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

Shades of Blue Violet #A447EE

Tints of Blue Violet #A447EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 34.67%
G = 15.01%
B = 50.32%

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

#A447EE (or 0xA447EE) is known color: Blue Violet. HEX triplet: A4, 47 and EE. RGB value is (164,71,238). Sum of RGB (Red+Green+Blue) = 164+71+238=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #A447EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A447EE is #5BB811. Grayscale: #757575. Windows color (decimal): -6010898 or 15615908. OLE color: 15615908.

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

Color convert

RGB 164 71 238 -
CMYK 0.31 0.70 0 0.07
HSL 273.41º 0.83% 0.61% -
HSV(B) 273.41º 0.7% 0.93% -
XYZ 33 18.57 82.73 -
YUV 117.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 164 71 238 0.31 0.70 0 0.07 273.41 0.83 0.61
Hex A4 47 EE 1F 46 0 7 111 53 3D
Octal 244 107 356 37 106 0 7 421 123 75
Binary 10100100 1000111 11101110 11111 1000110 0 111 100010001 1010011 111101

Color Harmonies of #A447EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A447EE

Black with #A447EE

Text Example


Text Example

White with #A447EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A447EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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