Html Css Color HEX #A94DFB Medium Orchid

📋 copy color: '#A94DFB'

red 169 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #A94DFB

Tints of Medium Orchid #A94DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.49%

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 34%
G = 15.49%
B = 50.5%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A94DFB (or 0xA94DFB) is known color: Medium Orchid. HEX triplet: A9, 4D and FB. RGB value is (169,77,251). Sum of RGB (Red+Green+Blue) = 169+77+251=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #A94DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DFB is #56B204. Grayscale: #7B7B7B. Windows color (decimal): -5681669 or 16469417. OLE color: 16469417.

HSL color Cylindrical-coordinate representation of color #A94DFB: hue angle of 271.72º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94DFB is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 77 251 -
CMYK 0.33 0.69 0 0.02
HSL 271.72º 0.96% 0.64% -
HSV(B) 271.72º 0.69% 0.98% -
XYZ 36.43 20.71 93.34 -
YUV 124.34 199.48 159.85 -
System Red Green Blue C M Y K H S L
Decimal 169 77 251 0.33 0.69 0 0.02 271.72 0.96 0.64
Hex A9 4D FB 21 45 0 2 110 60 40
Octal 251 115 373 41 105 0 2 420 140 100
Binary 10101001 1001101 11111011 100001 1000101 0 10 100010000 1100000 1000000

Color Harmonies of #A94DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DFB

Black with #A94DFB

Text Example


Text Example

White with #A94DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DFB; }

 p { color: rgb(169,77,251); }

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

background-color css

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

 a { background-color: rgb(169,77,251); }

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

border-color css

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

 span { border-color: rgb(169,77,251); }

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