Html Css Color HEX #A066F4 Medium Purple

📋 copy color: '#A066F4'

red 160 ◦ green 102 ◦ blue 244

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

Shades of Medium Purple #A066F4

Tints of Medium Purple #A066F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.22%

R = 31.62%
G = 20.16%
B = 48.22%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A066F4 (or 0xA066F4) is known color: Medium Purple. HEX triplet: A0, 66 and F4. RGB value is (160,102,244). Sum of RGB (Red+Green+Blue) = 160+102+244=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #A066F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066F4 is #5F990B. Grayscale: #878787. Windows color (decimal): -6265100 or 16017056. OLE color: 16017056.

HSL color Cylindrical-coordinate representation of color #A066F4: hue angle of 264.51º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A066F4 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 102 244 -
CMYK 0.34 0.58 0 0.04
HSL 264.51º 0.87% 0.68% -
HSV(B) 264.51º 0.58% 0.96% -
XYZ 35.58 23.51 88.25 -
YUV 135.53 189.22 145.45 -
System Red Green Blue C M Y K H S L
Decimal 160 102 244 0.34 0.58 0 0.04 264.51 0.87 0.68
Hex A0 66 F4 22 3A 0 4 109 57 44
Octal 240 146 364 42 72 0 4 411 127 104
Binary 10100000 1100110 11110100 100010 111010 0 100 100001001 1010111 1000100

Color Harmonies of #A066F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066F4

Black with #A066F4

Text Example


Text Example

White with #A066F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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