Html Css Color HEX #A950CC Medium Orchid

📋 copy color: '#A950CC'

red 169 ◦ green 80 ◦ blue 204

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

Shades of Medium Orchid #A950CC

Tints of Medium Orchid #A950CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 37.31%
G = 17.66%
B = 45.03%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A950CC (or 0xA950CC) is known color: Medium Orchid. HEX triplet: A9, 50 and CC. RGB value is (169,80,204). Sum of RGB (Red+Green+Blue) = 169+80+204=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #A950CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950CC is #56AF33. Grayscale: #787878. Windows color (decimal): -5680948 or 13389993. OLE color: 13389993.

HSL color Cylindrical-coordinate representation of color #A950CC: hue angle of 283.06º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A950CC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 80 204 -
CMYK 0.17 0.61 0 0.2
HSL 283.06º 0.55% 0.56% -
HSV(B) 283.06º 0.61% 0.8% -
XYZ 30.13 18.53 59.12 -
YUV 120.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 169 80 204 0.17 0.61 0 0.2 283.06 0.55 0.56
Hex A9 50 CC 11 3D 0 14 11B 37 38
Octal 251 120 314 21 75 0 24 433 67 70
Binary 10101001 1010000 11001100 10001 111101 0 10100 100011011 110111 111000

Color Harmonies of #A950CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950CC

Black with #A950CC

Text Example


Text Example

White with #A950CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950CC; }

 p { color: rgb(169,80,204); }

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

background-color css

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

 a { background-color: rgb(169,80,204); }

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

border-color css

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

 span { border-color: rgb(169,80,204); }

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