Html Css Color HEX #A768FF Medium Purple

📋 copy color: '#A768FF'

red 167 ◦ green 104 ◦ blue 255

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

Shades of Medium Purple #A768FF

Tints of Medium Purple #A768FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 31.75%
G = 19.77%
B = 48.48%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A768FF (or 0xA768FF) is known color: Medium Purple. HEX triplet: A7, 68 and FF. RGB value is (167,104,255). Sum of RGB (Red+Green+Blue) = 167+104+255=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #A768FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768FF is #589700. Grayscale: #8B8B8B. Windows color (decimal): -5805825 or 16738471. OLE color: 16738471.

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

Color convert

RGB 167 104 255 -
CMYK 0.35 0.59 0 0
HSL 265.03º 1% 0.7% -
HSV(B) 265.03º 0.59% 1% -
XYZ 38.94 25.34 97.45 -
YUV 140.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 167 104 255 0.35 0.59 0 0 265.03 1 0.7
Hex A7 68 FF 23 3B 0 0 109 64 46
Octal 247 150 377 43 73 0 0 411 144 106
Binary 10100111 1101000 11111111 100011 111011 0 0 100001001 1100100 1000110

Color Harmonies of #A768FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768FF

Black with #A768FF

Text Example


Text Example

White with #A768FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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