Html Css Color HEX #A067F6 Medium Purple

📋 copy color: '#A067F6'

red 160 ◦ green 103 ◦ blue 246

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

Shades of Medium Purple #A067F6

Tints of Medium Purple #A067F6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.24%

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 31.43%
G = 20.24%
B = 48.33%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A067F6 (or 0xA067F6) is known color: Medium Purple. HEX triplet: A0, 67 and F6. RGB value is (160,103,246). Sum of RGB (Red+Green+Blue) = 160+103+246=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #A067F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067F6 is #5F9809. Grayscale: #878787. Windows color (decimal): -6264842 or 16148384. OLE color: 16148384.

HSL color Cylindrical-coordinate representation of color #A067F6: hue angle of 263.92º degrees, saturation: 0.89, 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 #A067F6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 103 246 -
CMYK 0.35 0.58 0 0.04
HSL 263.92º 0.89% 0.68% -
HSV(B) 263.92º 0.58% 0.96% -
XYZ 35.98 23.83 89.89 -
YUV 136.35 189.88 144.87 -
System Red Green Blue C M Y K H S L
Decimal 160 103 246 0.35 0.58 0 0.04 263.92 0.89 0.68
Hex A0 67 F6 23 3A 0 4 108 59 44
Octal 240 147 366 43 72 0 4 410 131 104
Binary 10100000 1100111 11110110 100011 111010 0 100 100001000 1011001 1000100

Color Harmonies of #A067F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067F6

Black with #A067F6

Text Example


Text Example

White with #A067F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067F6; }

 p { color: rgb(160,103,246); }

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

background-color css

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

 a { background-color: rgb(160,103,246); }

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

border-color css

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

 span { border-color: rgb(160,103,246); }

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