Html Css Color HEX #A066FA Medium Purple

📋 copy color: '#A066FA'

red 160 ◦ green 102 ◦ blue 250

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

Shades of Medium Purple #A066FA

Tints of Medium Purple #A066FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 31.25%
G = 19.92%
B = 48.83%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A066FA (or 0xA066FA) is known color: Medium Purple. HEX triplet: A0, 66 and FA. RGB value is (160,102,250). Sum of RGB (Red+Green+Blue) = 160+102+250=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #A066FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066FA is #5F9905. Grayscale: #878787. Windows color (decimal): -6265094 or 16410272. OLE color: 16410272.

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

Color convert

RGB 160 102 250 -
CMYK 0.36 0.59 0 0.02
HSL 263.51º 0.94% 0.69% -
HSV(B) 263.51º 0.59% 0.98% -
XYZ 36.5 23.88 93.13 -
YUV 136.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 160 102 250 0.36 0.59 0 0.02 263.51 0.94 0.69
Hex A0 66 FA 24 3B 0 2 108 5E 45
Octal 240 146 372 44 73 0 2 410 136 105
Binary 10100000 1100110 11111010 100100 111011 0 10 100001000 1011110 1000101

Color Harmonies of #A066FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066FA

Black with #A066FA

Text Example


Text Example

White with #A066FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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