Html Css Color HEX #A94BCB Medium Orchid

📋 copy color: '#A94BCB'

red 169 ◦ green 75 ◦ blue 203

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

Shades of Medium Orchid #A94BCB

Tints of Medium Orchid #A94BCB

RGB

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

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

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

R = 37.81%
G = 16.78%
B = 45.41%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A94BCB (or 0xA94BCB) is known color: Medium Orchid. HEX triplet: A9, 4B and CB. RGB value is (169,75,203). Sum of RGB (Red+Green+Blue) = 169+75+203=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #A94BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94BCB is #56B434. Grayscale: #757575. Windows color (decimal): -5682229 or 13323177. OLE color: 13323177.

HSL color Cylindrical-coordinate representation of color #A94BCB: hue angle of 284.06º degrees, saturation: 0.55, 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 #A94BCB is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 75 203 -
CMYK 0.17 0.63 0 0.20
HSL 284.06º 0.55% 0.55% -
HSV(B) 284.06º 0.63% 0.8% -
XYZ 29.66 17.78 58.37 -
YUV 117.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 169 75 203 0.17 0.63 0 0.20 284.06 0.55 0.55
Hex A9 4B CB 11 3F 0 14 11C 37 37
Octal 251 113 313 21 77 0 24 434 67 67
Binary 10101001 1001011 11001011 10001 111111 0 10100 100011100 110111 110111

Color Harmonies of #A94BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94BCB

Black with #A94BCB

Text Example


Text Example

White with #A94BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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