Html Css Color HEX #A069F3 Medium Purple

📋 copy color: '#A069F3'

red 160 ◦ green 105 ◦ blue 243

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

Shades of Medium Purple #A069F3

Tints of Medium Purple #A069F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.83%

R = 31.5%
G = 20.67%
B = 47.83%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A069F3 (or 0xA069F3) is known color: Medium Purple. HEX triplet: A0, 69 and F3. RGB value is (160,105,243). Sum of RGB (Red+Green+Blue) = 160+105+243=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #A069F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069F3 is #5F960C. Grayscale: #888888. Windows color (decimal): -6264333 or 15952288. OLE color: 15952288.

HSL color Cylindrical-coordinate representation of color #A069F3: hue angle of 263.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A069F3 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 105 243 -
CMYK 0.34 0.57 0 0.05
HSL 263.91º 0.85% 0.68% -
HSV(B) 263.91º 0.57% 0.95% -
XYZ 35.73 24.05 87.55 -
YUV 137.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 160 105 243 0.34 0.57 0 0.05 263.91 0.85 0.68
Hex A0 69 F3 22 39 0 5 108 55 44
Octal 240 151 363 42 71 0 5 410 125 104
Binary 10100000 1101001 11110011 100010 111001 0 101 100001000 1010101 1000100

Color Harmonies of #A069F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069F3

Black with #A069F3

Text Example


Text Example

White with #A069F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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