Html Css Color HEX #A568EA Medium Purple

📋 copy color: '#A568EA'

red 165 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #A568EA

Tints of Medium Purple #A568EA

RGB

 RED value IS 165 (64.84% from 255) = 32.8%

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

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

R = 32.8%
G = 20.68%
B = 46.52%

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

#A568EA (or 0xA568EA) is known color: Medium Purple. HEX triplet: A5, 68 and EA. RGB value is (165,104,234). Sum of RGB (Red+Green+Blue) = 165+104+234=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #A568EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568EA is #5A9715. Grayscale: #888888. Windows color (decimal): -5936918 or 15362213. OLE color: 15362213.

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

Color convert

RGB 165 104 234 -
CMYK 0.29 0.56 0 0.08
HSL 268.15º 0.76% 0.66% -
HSV(B) 268.15º 0.56% 0.92% -
XYZ 35.32 23.84 80.58 -
YUV 137.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 165 104 234 0.29 0.56 0 0.08 268.15 0.76 0.66
Hex A5 68 EA 1D 38 0 8 10C 4C 42
Octal 245 150 352 35 70 0 10 414 114 102
Binary 10100101 1101000 11101010 11101 111000 0 1000 100001100 1001100 1000010

Color Harmonies of #A568EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568EA

Black with #A568EA

Text Example


Text Example

White with #A568EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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