Html Css Color HEX #A566FD Medium Purple

📋 copy color: '#A566FD'

red 165 ◦ green 102 ◦ blue 253

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

Shades of Medium Purple #A566FD

Tints of Medium Purple #A566FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 31.73%
G = 19.62%
B = 48.65%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A566FD (or 0xA566FD) is known color: Medium Purple. HEX triplet: A5, 66 and FD. RGB value is (165,102,253). Sum of RGB (Red+Green+Blue) = 165+102+253=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #A566FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A566FD is #5A9902. Grayscale: #898989. Windows color (decimal): -5937411 or 16606885. OLE color: 16606885.

HSL color Cylindrical-coordinate representation of color #A566FD: hue angle of 265.03º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A566FD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 102 253 -
CMYK 0.35 0.60 0 0.01
HSL 265.03º 0.97% 0.7% -
HSV(B) 265.03º 0.6% 0.99% -
XYZ 38 24.59 95.67 -
YUV 138.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 165 102 253 0.35 0.60 0 0.01 265.03 0.97 0.7
Hex A5 66 FD 23 3C 0 1 109 61 46
Octal 245 146 375 43 74 0 1 411 141 106
Binary 10100101 1100110 11111101 100011 111100 0 1 100001001 1100001 1000110

Color Harmonies of #A566FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566FD

Black with #A566FD

Text Example


Text Example

White with #A566FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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