Html Css Color HEX #A768FA Medium Purple

📋 copy color: '#A768FA'

red 167 ◦ green 104 ◦ blue 250

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

Shades of Medium Purple #A768FA

Tints of Medium Purple #A768FA

RGB

 RED value IS 167 (65.63% from 255) = 32.05%

 GREEN value IS 104 (41.02% from 255) = 19.96%

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

R = 32.05%
G = 19.96%
B = 47.98%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A768FA (or 0xA768FA) is known color: Medium Purple. HEX triplet: A7, 68 and FA. RGB value is (167,104,250). Sum of RGB (Red+Green+Blue) = 167+104+250=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #A768FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768FA is #589705. Grayscale: #8A8A8A. Windows color (decimal): -5805830 or 16410791. OLE color: 16410791.

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

Color convert

RGB 167 104 250 -
CMYK 0.33 0.58 0 0.02
HSL 265.89º 0.94% 0.69% -
HSV(B) 265.89º 0.58% 0.98% -
XYZ 38.14 25.02 93.26 -
YUV 139.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 167 104 250 0.33 0.58 0 0.02 265.89 0.94 0.69
Hex A7 68 FA 21 3A 0 2 10A 5E 45
Octal 247 150 372 41 72 0 2 412 136 105
Binary 10100111 1101000 11111010 100001 111010 0 10 100001010 1011110 1000101

Color Harmonies of #A768FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768FA

Black with #A768FA

Text Example


Text Example

White with #A768FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768FA; }

 p { color: rgb(167,104,250); }

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

background-color css

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

 a { background-color: rgb(167,104,250); }

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

border-color css

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

 span { border-color: rgb(167,104,250); }

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