Html Css Color HEX #A068EB Medium Purple

📋 copy color: '#A068EB'

red 160 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #A068EB

Tints of Medium Purple #A068EB

RGB

 RED value IS 160 (62.89% from 255) = 32.06%

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

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

R = 32.06%
G = 20.84%
B = 47.09%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A068EB (or 0xA068EB) is known color: Medium Purple. HEX triplet: A0, 68 and EB. RGB value is (160,104,235). Sum of RGB (Red+Green+Blue) = 160+104+235=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #A068EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068EB is #5F9714. Grayscale: #878787. Windows color (decimal): -6264597 or 15427744. OLE color: 15427744.

HSL color Cylindrical-coordinate representation of color #A068EB: hue angle of 265.65º 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 #A068EB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 104 235 -
CMYK 0.32 0.56 0 0.08
HSL 265.65º 0.77% 0.66% -
HSV(B) 265.65º 0.56% 0.92% -
XYZ 34.44 23.37 81.29 -
YUV 135.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 160 104 235 0.32 0.56 0 0.08 265.65 0.77 0.66
Hex A0 68 EB 20 38 0 8 10A 4D 42
Octal 240 150 353 40 70 0 10 412 115 102
Binary 10100000 1101000 11101011 100000 111000 0 1000 100001010 1001101 1000010

Color Harmonies of #A068EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068EB

Black with #A068EB

Text Example


Text Example

White with #A068EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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