Html Css Color HEX #A566EA Medium Purple

📋 copy color: '#A566EA'

red 165 ◦ green 102 ◦ blue 234

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

Shades of Medium Purple #A566EA

Tints of Medium Purple #A566EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.36%

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

R = 32.93%
G = 20.36%
B = 46.71%

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

#A566EA (or 0xA566EA) is known color: Medium Purple. HEX triplet: A5, 66 and EA. RGB value is (165,102,234). Sum of RGB (Red+Green+Blue) = 165+102+234=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #A566EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A566EA is #5A9915. Grayscale: #878787. Windows color (decimal): -5937430 or 15361701. OLE color: 15361701.

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

Color convert

RGB 165 102 234 -
CMYK 0.29 0.56 0 0.08
HSL 268.64º 0.76% 0.66% -
HSV(B) 268.64º 0.56% 0.92% -
XYZ 35.12 23.44 80.52 -
YUV 135.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 165 102 234 0.29 0.56 0 0.08 268.64 0.76 0.66
Hex A5 66 EA 1D 38 0 8 10D 4C 42
Octal 245 146 352 35 70 0 10 415 114 102
Binary 10100101 1100110 11101010 11101 111000 0 1000 100001101 1001100 1000010

Color Harmonies of #A566EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566EA

Black with #A566EA

Text Example


Text Example

White with #A566EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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