Html Css Color HEX #A566F0 Medium Purple

📋 copy color: '#A566F0'

red 165 ◦ green 102 ◦ blue 240

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

Shades of Medium Purple #A566F0

Tints of Medium Purple #A566F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 32.54%
G = 20.12%
B = 47.34%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A566F0 (or 0xA566F0) is known color: Medium Purple. HEX triplet: A5, 66 and F0. RGB value is (165,102,240). Sum of RGB (Red+Green+Blue) = 165+102+240=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #A566F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A566F0 is #5A990F. Grayscale: #888888. Windows color (decimal): -5937424 or 15754917. OLE color: 15754917.

HSL color Cylindrical-coordinate representation of color #A566F0: hue angle of 267.39º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A566F0 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 102 240 -
CMYK 0.31 0.58 0 0.06
HSL 267.39º 0.82% 0.67% -
HSV(B) 267.39º 0.58% 0.94% -
XYZ 36 23.79 85.13 -
YUV 136.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 165 102 240 0.31 0.58 0 0.06 267.39 0.82 0.67
Hex A5 66 F0 1F 3A 0 6 10B 52 43
Octal 245 146 360 37 72 0 6 413 122 103
Binary 10100101 1100110 11110000 11111 111010 0 110 100001011 1010010 1000011

Color Harmonies of #A566F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566F0

Black with #A566F0

Text Example


Text Example

White with #A566F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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