Html Css Color HEX #A448EE Blue Violet

📋 copy color: '#A448EE'

red 164 ◦ green 72 ◦ blue 238

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

Shades of Blue Violet #A448EE

Tints of Blue Violet #A448EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.19%

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

R = 34.6%
G = 15.19%
B = 50.21%

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

#A448EE (or 0xA448EE) is known color: Blue Violet. HEX triplet: A4, 48 and EE. RGB value is (164,72,238). Sum of RGB (Red+Green+Blue) = 164+72+238=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #A448EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A448EE is #5BB711. Grayscale: #757575. Windows color (decimal): -6010642 or 15616164. OLE color: 15616164.

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

Color convert

RGB 164 72 238 -
CMYK 0.31 0.70 0 0.07
HSL 273.25º 0.83% 0.61% -
HSV(B) 273.25º 0.7% 0.93% -
XYZ 33.06 18.7 82.76 -
YUV 118.43 195.48 160.5 -
System Red Green Blue C M Y K H S L
Decimal 164 72 238 0.31 0.70 0 0.07 273.25 0.83 0.61
Hex A4 48 EE 1F 46 0 7 111 53 3D
Octal 244 110 356 37 106 0 7 421 123 75
Binary 10100100 1001000 11101110 11111 1000110 0 111 100010001 1010011 111101

Color Harmonies of #A448EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448EE

Black with #A448EE

Text Example


Text Example

White with #A448EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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