Html Css Color HEX #A768FE Medium Purple

📋 copy color: '#A768FE'

red 167 ◦ green 104 ◦ blue 254

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

Shades of Medium Purple #A768FE

Tints of Medium Purple #A768FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 31.81%
G = 19.81%
B = 48.38%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A768FE (or 0xA768FE) is known color: Medium Purple. HEX triplet: A7, 68 and FE. RGB value is (167,104,254). Sum of RGB (Red+Green+Blue) = 167+104+254=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #A768FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768FE is #589701. Grayscale: #8B8B8B. Windows color (decimal): -5805826 or 16672935. OLE color: 16672935.

HSL color Cylindrical-coordinate representation of color #A768FE: hue angle of 265.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A768FE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 104 254 -
CMYK 0.34 0.59 0 0.00
HSL 265.2º 0.99% 0.7% -
HSV(B) 265.2º 0.59% 1% -
XYZ 38.78 25.27 96.6 -
YUV 139.94 192.37 147.3 -
System Red Green Blue C M Y K H S L
Decimal 167 104 254 0.34 0.59 0 0.00 265.2 0.99 0.7
Hex A7 68 FE 22 3B 0 0 109 63 46
Octal 247 150 376 42 73 0 0 411 143 106
Binary 10100111 1101000 11111110 100010 111011 0 0 100001001 1100011 1000110

Color Harmonies of #A768FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768FE

Black with #A768FE

Text Example


Text Example

White with #A768FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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