Html Css Color HEX #A94BED Medium Orchid

📋 copy color: '#A94BED'

red 169 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #A94BED

Tints of Medium Orchid #A94BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 35.14%
G = 15.59%
B = 49.27%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A94BED (or 0xA94BED) is known color: Medium Orchid. HEX triplet: A9, 4B and ED. RGB value is (169,75,237). Sum of RGB (Red+Green+Blue) = 169+75+237=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A94BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94BED is #56B412. Grayscale: #797979. Windows color (decimal): -5682195 or 15551401. OLE color: 15551401.

HSL color Cylindrical-coordinate representation of color #A94BED: hue angle of 274.81º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94BED is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 75 237 -
CMYK 0.29 0.68 0 0.07
HSL 274.81º 0.82% 0.61% -
HSV(B) 274.81º 0.68% 0.93% -
XYZ 34.16 19.58 82.1 -
YUV 121.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 169 75 237 0.29 0.68 0 0.07 274.81 0.82 0.61
Hex A9 4B ED 1D 44 0 7 113 52 3D
Octal 251 113 355 35 104 0 7 423 122 75
Binary 10101001 1001011 11101101 11101 1000100 0 111 100010011 1010010 111101

Color Harmonies of #A94BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94BED

Black with #A94BED

Text Example


Text Example

White with #A94BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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