Html Css Color HEX #A067FA Medium Purple

📋 copy color: '#A067FA'

red 160 ◦ green 103 ◦ blue 250

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

Shades of Medium Purple #A067FA

Tints of Medium Purple #A067FA

RGB

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

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

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

R = 31.19%
G = 20.08%
B = 48.73%

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

#A067FA (or 0xA067FA) is known color: Medium Purple. HEX triplet: A0, 67 and FA. RGB value is (160,103,250). Sum of RGB (Red+Green+Blue) = 160+103+250=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #A067FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067FA is #5F9805. Grayscale: #888888. Windows color (decimal): -6264838 or 16410528. OLE color: 16410528.

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

Color convert

RGB 160 103 250 -
CMYK 0.36 0.59 0 0.02
HSL 263.27º 0.94% 0.69% -
HSV(B) 263.27º 0.59% 0.98% -
XYZ 36.6 24.08 93.16 -
YUV 136.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 160 103 250 0.36 0.59 0 0.02 263.27 0.94 0.69
Hex A0 67 FA 24 3B 0 2 107 5E 45
Octal 240 147 372 44 73 0 2 407 136 105
Binary 10100000 1100111 11111010 100100 111011 0 10 100000111 1011110 1000101

Color Harmonies of #A067FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067FA

Black with #A067FA

Text Example


Text Example

White with #A067FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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