Html Css Color HEX #A06FE8 Medium Purple

📋 copy color: '#A06FE8'

red 160 ◦ green 111 ◦ blue 232

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

Shades of Medium Purple #A06FE8

Tints of Medium Purple #A06FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 31.81%
G = 22.07%
B = 46.12%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A06FE8 (or 0xA06FE8) is known color: Medium Purple. HEX triplet: A0, 6F and E8. RGB value is (160,111,232). Sum of RGB (Red+Green+Blue) = 160+111+232=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #A06FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FE8 is #5F9017. Grayscale: #8B8B8B. Windows color (decimal): -6262808 or 15232928. OLE color: 15232928.

HSL color Cylindrical-coordinate representation of color #A06FE8: hue angle of 264.3º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06FE8 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 111 232 -
CMYK 0.31 0.52 0 0.09
HSL 264.3º 0.72% 0.67% -
HSV(B) 264.3º 0.52% 0.91% -
XYZ 34.75 24.67 79.27 -
YUV 139.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 160 111 232 0.31 0.52 0 0.09 264.3 0.72 0.67
Hex A0 6F E8 1F 34 0 9 108 48 43
Octal 240 157 350 37 64 0 11 410 110 103
Binary 10100000 1101111 11101000 11111 110100 0 1001 100001000 1001000 1000011

Color Harmonies of #A06FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FE8

Black with #A06FE8

Text Example


Text Example

White with #A06FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FE8; }

 p { color: rgb(160,111,232); }

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

background-color css

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

 a { background-color: rgb(160,111,232); }

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

border-color css

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

 span { border-color: rgb(160,111,232); }

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