Html Css Color HEX #A066FB Medium Purple

📋 copy color: '#A066FB'

red 160 ◦ green 102 ◦ blue 251

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

Shades of Medium Purple #A066FB

Tints of Medium Purple #A066FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 31.19%
G = 19.88%
B = 48.93%

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

#A066FB (or 0xA066FB) is known color: Medium Purple. HEX triplet: A0, 66 and FB. RGB value is (160,102,251). Sum of RGB (Red+Green+Blue) = 160+102+251=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #A066FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066FB is #5F9904. Grayscale: #878787. Windows color (decimal): -6265093 or 16475808. OLE color: 16475808.

HSL color Cylindrical-coordinate representation of color #A066FB: hue angle of 263.36º degrees, saturation: 0.95, 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 #A066FB is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 102 251 -
CMYK 0.36 0.59 0 0.02
HSL 263.36º 0.95% 0.69% -
HSV(B) 263.36º 0.59% 0.98% -
XYZ 36.66 23.94 93.96 -
YUV 136.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 160 102 251 0.36 0.59 0 0.02 263.36 0.95 0.69
Hex A0 66 FB 24 3B 0 2 107 5F 45
Octal 240 146 373 44 73 0 2 407 137 105
Binary 10100000 1100110 11111011 100100 111011 0 10 100000111 1011111 1000101

Color Harmonies of #A066FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066FB

Black with #A066FB

Text Example


Text Example

White with #A066FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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