Html Css Color HEX #A06CF7 Medium Purple

📋 copy color: '#A06CF7'

red 160 ◦ green 108 ◦ blue 247

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

Shades of Medium Purple #A06CF7

Tints of Medium Purple #A06CF7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.97%

 BLUE value IS 247 (96.88% from 255) = 47.96%

R = 31.07%
G = 20.97%
B = 47.96%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A06CF7 (or 0xA06CF7) is known color: Medium Purple. HEX triplet: A0, 6C and F7. RGB value is (160,108,247). Sum of RGB (Red+Green+Blue) = 160+108+247=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #A06CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CF7 is #5F9308. Grayscale: #8A8A8A. Windows color (decimal): -6263561 or 16215200. OLE color: 16215200.

HSL color Cylindrical-coordinate representation of color #A06CF7: hue angle of 262.45º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06CF7 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 108 247 -
CMYK 0.35 0.56 0 0.03
HSL 262.45º 0.9% 0.7% -
HSV(B) 262.45º 0.56% 0.97% -
XYZ 36.65 24.91 90.87 -
YUV 139.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 160 108 247 0.35 0.56 0 0.03 262.45 0.9 0.7
Hex A0 6C F7 23 38 0 3 106 5A 46
Octal 240 154 367 43 70 0 3 406 132 106
Binary 10100000 1101100 11110111 100011 111000 0 11 100000110 1011010 1000110

Color Harmonies of #A06CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CF7

Black with #A06CF7

Text Example


Text Example

White with #A06CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CF7; }

 p { color: rgb(160,108,247); }

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

background-color css

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

 a { background-color: rgb(160,108,247); }

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

border-color css

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

 span { border-color: rgb(160,108,247); }

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