Html Css Color HEX #A552DF Medium Orchid

📋 copy color: '#A552DF'

red 165 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #A552DF

Tints of Medium Orchid #A552DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 35.11%
G = 17.45%
B = 47.45%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A552DF (or 0xA552DF) is known color: Medium Orchid. HEX triplet: A5, 52 and DF. RGB value is (165,82,223). Sum of RGB (Red+Green+Blue) = 165+82+223=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #A552DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552DF is #5AAD20. Grayscale: #7A7A7A. Windows color (decimal): -5942561 or 14635685. OLE color: 14635685.

HSL color Cylindrical-coordinate representation of color #A552DF: hue angle of 275.32º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A552DF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 82 223 -
CMYK 0.26 0.63 0 0.13
HSL 275.32º 0.69% 0.6% -
HSV(B) 275.32º 0.63% 0.87% -
XYZ 31.85 19.36 71.87 -
YUV 122.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 165 82 223 0.26 0.63 0 0.13 275.32 0.69 0.6
Hex A5 52 DF 1A 3F 0 D 113 45 3C
Octal 245 122 337 32 77 0 15 423 105 74
Binary 10100101 1010010 11011111 11010 111111 0 1101 100010011 1000101 111100

Color Harmonies of #A552DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552DF

Black with #A552DF

Text Example


Text Example

White with #A552DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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