Html Css Color HEX #A652D5 Medium Orchid

📋 copy color: '#A652D5'

red 166 ◦ green 82 ◦ blue 213

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

Shades of Medium Orchid #A652D5

Tints of Medium Orchid #A652D5

RGB

 RED value IS 166 (65.23% from 255) = 36.01%

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

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 36.01%
G = 17.79%
B = 46.2%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A652D5 (or 0xA652D5) is known color: Medium Orchid. HEX triplet: A6, 52 and D5. RGB value is (166,82,213). Sum of RGB (Red+Green+Blue) = 166+82+213=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #A652D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652D5 is #59AD2A. Grayscale: #797979. Windows color (decimal): -5877035 or 13980326. OLE color: 13980326.

HSL color Cylindrical-coordinate representation of color #A652D5: hue angle of 278.47º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A652D5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 82 213 -
CMYK 0.22 0.62 0 0.16
HSL 278.47º 0.61% 0.58% -
HSV(B) 278.47º 0.62% 0.84% -
XYZ 30.75 18.95 64.99 -
YUV 122.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 166 82 213 0.22 0.62 0 0.16 278.47 0.61 0.58
Hex A6 52 D5 16 3E 0 10 116 3D 3A
Octal 246 122 325 26 76 0 20 426 75 72
Binary 10100110 1010010 11010101 10110 111110 0 10000 100010110 111101 111010

Color Harmonies of #A652D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A652D5

Black with #A652D5

Text Example


Text Example

White with #A652D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A652D5; }

 p { color: rgb(166,82,213); }

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

background-color css

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

 a { background-color: rgb(166,82,213); }

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

border-color css

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

 span { border-color: rgb(166,82,213); }

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