Html Css Color HEX #A566F2 Medium Purple

📋 copy color: '#A566F2'

red 165 ◦ green 102 ◦ blue 242

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

Shades of Medium Purple #A566F2

Tints of Medium Purple #A566F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 32.42%
G = 20.04%
B = 47.54%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A566F2 (or 0xA566F2) is known color: Medium Purple. HEX triplet: A5, 66 and F2. RGB value is (165,102,242). Sum of RGB (Red+Green+Blue) = 165+102+242=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #A566F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A566F2 is #5A990D. Grayscale: #888888. Windows color (decimal): -5937422 or 15885989. OLE color: 15885989.

HSL color Cylindrical-coordinate representation of color #A566F2: hue angle of 267º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A566F2 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 102 242 -
CMYK 0.32 0.58 0 0.05
HSL 267º 0.84% 0.67% -
HSV(B) 267º 0.58% 0.95% -
XYZ 36.3 23.91 86.71 -
YUV 136.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 165 102 242 0.32 0.58 0 0.05 267 0.84 0.67
Hex A5 66 F2 20 3A 0 5 10B 54 43
Octal 245 146 362 40 72 0 5 413 124 103
Binary 10100101 1100110 11110010 100000 111010 0 101 100001011 1010100 1000011

Color Harmonies of #A566F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566F2

Black with #A566F2

Text Example


Text Example

White with #A566F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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