Html Css Color HEX #A94AFB Medium Orchid

📋 copy color: '#A94AFB'

red 169 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #A94AFB

Tints of Medium Orchid #A94AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.98%

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

R = 34.21%
G = 14.98%
B = 50.81%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A94AFB (or 0xA94AFB) is known color: Medium Orchid. HEX triplet: A9, 4A and FB. RGB value is (169,74,251). Sum of RGB (Red+Green+Blue) = 169+74+251=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #A94AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94AFB is #56B504. Grayscale: #797979. Windows color (decimal): -5682437 or 16468649. OLE color: 16468649.

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

Color convert

RGB 169 74 251 -
CMYK 0.33 0.71 0 0.02
HSL 272.2º 0.96% 0.64% -
HSV(B) 272.2º 0.71% 0.98% -
XYZ 36.22 20.3 93.28 -
YUV 122.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 169 74 251 0.33 0.71 0 0.02 272.2 0.96 0.64
Hex A9 4A FB 21 47 0 2 110 60 40
Octal 251 112 373 41 107 0 2 420 140 100
Binary 10101001 1001010 11111011 100001 1000111 0 10 100010000 1100000 1000000

Color Harmonies of #A94AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94AFB

Black with #A94AFB

Text Example


Text Example

White with #A94AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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