Html Css Color HEX #A066E6 Medium Purple

📋 copy color: '#A066E6'

red 160 ◦ green 102 ◦ blue 230

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

Shades of Medium Purple #A066E6

Tints of Medium Purple #A066E6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.73%

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 32.52%
G = 20.73%
B = 46.75%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A066E6 (or 0xA066E6) is known color: Medium Purple. HEX triplet: A0, 66 and E6. RGB value is (160,102,230). Sum of RGB (Red+Green+Blue) = 160+102+230=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #A066E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066E6 is #5F9919. Grayscale: #858585. Windows color (decimal): -6265114 or 15099552. OLE color: 15099552.

HSL color Cylindrical-coordinate representation of color #A066E6: hue angle of 267.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A066E6 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 102 230 -
CMYK 0.30 0.56 0 0.10
HSL 267.19º 0.72% 0.65% -
HSV(B) 267.19º 0.56% 0.9% -
XYZ 33.53 22.69 77.48 -
YUV 133.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 160 102 230 0.30 0.56 0 0.10 267.19 0.72 0.65
Hex A0 66 E6 1E 38 0 A 10B 48 41
Octal 240 146 346 36 70 0 12 413 110 101
Binary 10100000 1100110 11100110 11110 111000 0 1010 100001011 1001000 1000001

Color Harmonies of #A066E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066E6

Black with #A066E6

Text Example


Text Example

White with #A066E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066E6; }

 p { color: rgb(160,102,230); }

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

background-color css

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

 a { background-color: rgb(160,102,230); }

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

border-color css

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

 span { border-color: rgb(160,102,230); }

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