Html Css Color HEX #A470EE Medium Purple

📋 copy color: '#A470EE'

red 164 ◦ green 112 ◦ blue 238

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

Shades of Medium Purple #A470EE

Tints of Medium Purple #A470EE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

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

R = 31.91%
G = 21.79%
B = 46.3%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A470EE (or 0xA470EE) is known color: Medium Purple. HEX triplet: A4, 70 and EE. RGB value is (164,112,238). Sum of RGB (Red+Green+Blue) = 164+112+238=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #A470EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470EE is #5B8F11. Grayscale: #8D8D8D. Windows color (decimal): -6000402 or 15626404. OLE color: 15626404.

HSL color Cylindrical-coordinate representation of color #A470EE: hue angle of 264.76º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A470EE is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 112 238 -
CMYK 0.31 0.53 0 0.07
HSL 264.76º 0.79% 0.69% -
HSV(B) 264.76º 0.53% 0.93% -
XYZ 36.54 25.65 83.91 -
YUV 141.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 164 112 238 0.31 0.53 0 0.07 264.76 0.79 0.69
Hex A4 70 EE 1F 35 0 7 109 4F 45
Octal 244 160 356 37 65 0 7 411 117 105
Binary 10100100 1110000 11101110 11111 110101 0 111 100001001 1001111 1000101

Color Harmonies of #A470EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470EE

Black with #A470EE

Text Example


Text Example

White with #A470EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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