Html Css Color HEX #A068EA Medium Purple

📋 copy color: '#A068EA'

red 160 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #A068EA

Tints of Medium Purple #A068EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 32.13%
G = 20.88%
B = 46.99%

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

#A068EA (or 0xA068EA) is known color: Medium Purple. HEX triplet: A0, 68 and EA. RGB value is (160,104,234). Sum of RGB (Red+Green+Blue) = 160+104+234=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #A068EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068EA is #5F9715. Grayscale: #878787. Windows color (decimal): -6264598 or 15362208. OLE color: 15362208.

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

Color convert

RGB 160 104 234 -
CMYK 0.32 0.56 0 0.08
HSL 265.85º 0.76% 0.66% -
HSV(B) 265.85º 0.56% 0.92% -
XYZ 34.3 23.31 80.53 -
YUV 135.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 160 104 234 0.32 0.56 0 0.08 265.85 0.76 0.66
Hex A0 68 EA 20 38 0 8 10A 4C 42
Octal 240 150 352 40 70 0 10 412 114 102
Binary 10100000 1101000 11101010 100000 111000 0 1000 100001010 1001100 1000010

Color Harmonies of #A068EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068EA

Black with #A068EA

Text Example


Text Example

White with #A068EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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