Html Css Color HEX #A074EB Medium Purple

📋 copy color: '#A074EB'

red 160 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #A074EB

Tints of Medium Purple #A074EB

RGB

 RED value IS 160 (62.89% from 255) = 31.31%

 GREEN value IS 116 (45.7% from 255) = 22.7%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 31.31%
G = 22.7%
B = 45.99%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A074EB (or 0xA074EB) is known color: Medium Purple. HEX triplet: A0, 74 and EB. RGB value is (160,116,235). Sum of RGB (Red+Green+Blue) = 160+116+235=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #A074EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074EB is #5F8B14. Grayscale: #8E8E8E. Windows color (decimal): -6261525 or 15430816. OLE color: 15430816.

HSL color Cylindrical-coordinate representation of color #A074EB: hue angle of 262.18º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A074EB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 116 235 -
CMYK 0.32 0.51 0 0.08
HSL 262.18º 0.75% 0.69% -
HSV(B) 262.18º 0.51% 0.92% -
XYZ 35.74 25.96 81.72 -
YUV 142.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 160 116 235 0.32 0.51 0 0.08 262.18 0.75 0.69
Hex A0 74 EB 20 33 0 8 106 4B 45
Octal 240 164 353 40 63 0 10 406 113 105
Binary 10100000 1110100 11101011 100000 110011 0 1000 100000110 1001011 1000101

Color Harmonies of #A074EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074EB

Black with #A074EB

Text Example


Text Example

White with #A074EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074EB; }

 p { color: rgb(160,116,235); }

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

background-color css

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

 a { background-color: rgb(160,116,235); }

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

border-color css

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

 span { border-color: rgb(160,116,235); }

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