Html Css Color HEX #A06AF9 Medium Purple

📋 copy color: '#A06AF9'

red 160 ◦ green 106 ◦ blue 249

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

Shades of Medium Purple #A06AF9

Tints of Medium Purple #A06AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.58%

 BLUE value IS 249 (97.66% from 255) = 48.35%

R = 31.07%
G = 20.58%
B = 48.35%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A06AF9 (or 0xA06AF9) is known color: Medium Purple. HEX triplet: A0, 6A and F9. RGB value is (160,106,249). Sum of RGB (Red+Green+Blue) = 160+106+249=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #A06AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06AF9 is #5F9506. Grayscale: #898989. Windows color (decimal): -6264071 or 16345760. OLE color: 16345760.

HSL color Cylindrical-coordinate representation of color #A06AF9: hue angle of 262.66º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06AF9 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 106 249 -
CMYK 0.36 0.57 0 0.02
HSL 262.66º 0.92% 0.7% -
HSV(B) 262.66º 0.57% 0.98% -
XYZ 36.75 24.62 92.44 -
YUV 138.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 160 106 249 0.36 0.57 0 0.02 262.66 0.92 0.7
Hex A0 6A F9 24 39 0 2 107 5C 46
Octal 240 152 371 44 71 0 2 407 134 106
Binary 10100000 1101010 11111001 100100 111001 0 10 100000111 1011100 1000110

Color Harmonies of #A06AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06AF9

Black with #A06AF9

Text Example


Text Example

White with #A06AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06AF9; }

 p { color: rgb(160,106,249); }

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

background-color css

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

 a { background-color: rgb(160,106,249); }

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

border-color css

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

 span { border-color: rgb(160,106,249); }

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