Html Css Color HEX #A94BCD Medium Orchid

📋 copy color: '#A94BCD'

red 169 ◦ green 75 ◦ blue 205

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

Shades of Medium Orchid #A94BCD

Tints of Medium Orchid #A94BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.7%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 37.64%
G = 16.7%
B = 45.66%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A94BCD (or 0xA94BCD) is known color: Medium Orchid. HEX triplet: A9, 4B and CD. RGB value is (169,75,205). Sum of RGB (Red+Green+Blue) = 169+75+205=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #A94BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94BCD is #56B432. Grayscale: #757575. Windows color (decimal): -5682227 or 13454249. OLE color: 13454249.

HSL color Cylindrical-coordinate representation of color #A94BCD: hue angle of 283.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A94BCD is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 75 205 -
CMYK 0.18 0.63 0 0.20
HSL 283.38º 0.57% 0.55% -
HSV(B) 283.38º 0.63% 0.8% -
XYZ 29.9 17.87 59.63 -
YUV 117.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 169 75 205 0.18 0.63 0 0.20 283.38 0.57 0.55
Hex A9 4B CD 12 3F 0 14 11B 39 37
Octal 251 113 315 22 77 0 24 433 71 67
Binary 10101001 1001011 11001101 10010 111111 0 10100 100011011 111001 110111

Color Harmonies of #A94BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94BCD

Black with #A94BCD

Text Example


Text Example

White with #A94BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94BCD; }

 p { color: rgb(169,75,205); }

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

background-color css

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

 a { background-color: rgb(169,75,205); }

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

border-color css

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

 span { border-color: rgb(169,75,205); }

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