Html Css Color HEX #A552D8 Medium Orchid

📋 copy color: '#A552D8'

red 165 ◦ green 82 ◦ blue 216

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

Shades of Medium Orchid #A552D8

Tints of Medium Orchid #A552D8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.71%

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 35.64%
G = 17.71%
B = 46.65%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A552D8 (or 0xA552D8) is known color: Medium Orchid. HEX triplet: A5, 52 and D8. RGB value is (165,82,216). Sum of RGB (Red+Green+Blue) = 165+82+216=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #A552D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552D8 is #5AAD27. Grayscale: #797979. Windows color (decimal): -5942568 or 14176933. OLE color: 14176933.

HSL color Cylindrical-coordinate representation of color #A552D8: hue angle of 277.16º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A552D8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 82 216 -
CMYK 0.24 0.62 0 0.15
HSL 277.16º 0.63% 0.58% -
HSV(B) 277.16º 0.62% 0.85% -
XYZ 30.93 18.99 67 -
YUV 122.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 165 82 216 0.24 0.62 0 0.15 277.16 0.63 0.58
Hex A5 52 D8 18 3E 0 F 115 3F 3A
Octal 245 122 330 30 76 0 17 425 77 72
Binary 10100101 1010010 11011000 11000 111110 0 1111 100010101 111111 111010

Color Harmonies of #A552D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552D8

Black with #A552D8

Text Example


Text Example

White with #A552D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552D8; }

 p { color: rgb(165,82,216); }

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

background-color css

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

 a { background-color: rgb(165,82,216); }

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

border-color css

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

 span { border-color: rgb(165,82,216); }

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