Html Css Color HEX #A768EB Medium Purple

📋 copy color: '#A768EB'

red 167 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #A768EB

Tints of Medium Purple #A768EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 33%
G = 20.55%
B = 46.44%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A768EB (or 0xA768EB) is known color: Medium Purple. HEX triplet: A7, 68 and EB. RGB value is (167,104,235). Sum of RGB (Red+Green+Blue) = 167+104+235=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #A768EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768EB is #589714. Grayscale: #898989. Windows color (decimal): -5805845 or 15427751. OLE color: 15427751.

HSL color Cylindrical-coordinate representation of color #A768EB: hue angle of 268.85º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A768EB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 104 235 -
CMYK 0.29 0.56 0 0.08
HSL 268.85º 0.77% 0.66% -
HSV(B) 268.85º 0.56% 0.92% -
XYZ 35.88 24.11 81.36 -
YUV 137.77 182.87 148.85 -
System Red Green Blue C M Y K H S L
Decimal 167 104 235 0.29 0.56 0 0.08 268.85 0.77 0.66
Hex A7 68 EB 1D 38 0 8 10D 4D 42
Octal 247 150 353 35 70 0 10 415 115 102
Binary 10100111 1101000 11101011 11101 111000 0 1000 100001101 1001101 1000010

Color Harmonies of #A768EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768EB

Black with #A768EB

Text Example


Text Example

White with #A768EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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