Html Css Color HEX #A768EE Medium Purple

📋 copy color: '#A768EE'

red 167 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #A768EE

Tints of Medium Purple #A768EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 32.81%
G = 20.43%
B = 46.76%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A768EE (or 0xA768EE) is known color: Medium Purple. HEX triplet: A7, 68 and EE. RGB value is (167,104,238). Sum of RGB (Red+Green+Blue) = 167+104+238=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #A768EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768EE is #589711. Grayscale: #898989. Windows color (decimal): -5805842 or 15624359. OLE color: 15624359.

HSL color Cylindrical-coordinate representation of color #A768EE: hue angle of 268.21º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A768EE is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 104 238 -
CMYK 0.30 0.56 0 0.07
HSL 268.21º 0.8% 0.67% -
HSV(B) 268.21º 0.56% 0.93% -
XYZ 36.32 24.29 83.66 -
YUV 138.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 167 104 238 0.30 0.56 0 0.07 268.21 0.8 0.67
Hex A7 68 EE 1E 38 0 7 10C 50 43
Octal 247 150 356 36 70 0 7 414 120 103
Binary 10100111 1101000 11101110 11110 111000 0 111 100001100 1010000 1000011

Color Harmonies of #A768EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768EE

Black with #A768EE

Text Example


Text Example

White with #A768EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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