Html Css Color HEX #A952CB Medium Orchid

📋 copy color: '#A952CB'

red 169 ◦ green 82 ◦ blue 203

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

Shades of Medium Orchid #A952CB

Tints of Medium Orchid #A952CB

RGB

 RED value IS 169 (66.41% from 255) = 37.22%

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 37.22%
G = 18.06%
B = 44.71%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A952CB (or 0xA952CB) is known color: Medium Orchid. HEX triplet: A9, 52 and CB. RGB value is (169,82,203). Sum of RGB (Red+Green+Blue) = 169+82+203=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #A952CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952CB is #56AD34. Grayscale: #797979. Windows color (decimal): -5680437 or 13324969. OLE color: 13324969.

HSL color Cylindrical-coordinate representation of color #A952CB: hue angle of 283.14º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A952CB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 82 203 -
CMYK 0.17 0.60 0 0.20
HSL 283.14º 0.54% 0.56% -
HSV(B) 283.14º 0.6% 0.8% -
XYZ 30.16 18.78 58.54 -
YUV 121.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 169 82 203 0.17 0.60 0 0.20 283.14 0.54 0.56
Hex A9 52 CB 11 3C 0 14 11B 36 38
Octal 251 122 313 21 74 0 24 433 66 70
Binary 10101001 1010010 11001011 10001 111100 0 10100 100011011 110110 111000

Color Harmonies of #A952CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952CB

Black with #A952CB

Text Example


Text Example

White with #A952CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952CB; }

 p { color: rgb(169,82,203); }

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

background-color css

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

 a { background-color: rgb(169,82,203); }

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

border-color css

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

 span { border-color: rgb(169,82,203); }

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