Html Css Color HEX #A069EA Medium Purple

📋 copy color: '#A069EA'

red 160 ◦ green 105 ◦ blue 234

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

Shades of Medium Purple #A069EA

Tints of Medium Purple #A069EA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.04%

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 32.06%
G = 21.04%
B = 46.89%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A069EA (or 0xA069EA) is known color: Medium Purple. HEX triplet: A0, 69 and EA. RGB value is (160,105,234). Sum of RGB (Red+Green+Blue) = 160+105+234=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #A069EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069EA is #5F9615. Grayscale: #878787. Windows color (decimal): -6264342 or 15362464. OLE color: 15362464.

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

Color convert

RGB 160 105 234 -
CMYK 0.32 0.55 0 0.08
HSL 265.58º 0.75% 0.66% -
HSV(B) 265.58º 0.55% 0.92% -
XYZ 34.4 23.52 80.57 -
YUV 136.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 160 105 234 0.32 0.55 0 0.08 265.58 0.75 0.66
Hex A0 69 EA 20 37 0 8 10A 4B 42
Octal 240 151 352 40 67 0 10 412 113 102
Binary 10100000 1101001 11101010 100000 110111 0 1000 100001010 1001011 1000010

Color Harmonies of #A069EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069EA

Black with #A069EA

Text Example


Text Example

White with #A069EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069EA; }

 p { color: rgb(160,105,234); }

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

background-color css

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

 a { background-color: rgb(160,105,234); }

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

border-color css

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

 span { border-color: rgb(160,105,234); }

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