Html Css Color HEX #A94AF3 Medium Orchid

📋 copy color: '#A94AF3'

red 169 ◦ green 74 ◦ blue 243

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

Shades of Medium Orchid #A94AF3

Tints of Medium Orchid #A94AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50%

R = 34.77%
G = 15.23%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A94AF3 (or 0xA94AF3) is known color: Medium Orchid. HEX triplet: A9, 4A and F3. RGB value is (169,74,243). Sum of RGB (Red+Green+Blue) = 169+74+243=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #A94AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94AF3 is #56B50C. Grayscale: #797979. Windows color (decimal): -5682445 or 15944361. OLE color: 15944361.

HSL color Cylindrical-coordinate representation of color #A94AF3: hue angle of 273.73º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94AF3 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 74 243 -
CMYK 0.30 0.70 0 0.05
HSL 273.73º 0.88% 0.62% -
HSV(B) 273.73º 0.7% 0.95% -
XYZ 34.99 19.8 86.77 -
YUV 121.67 196.47 161.76 -
System Red Green Blue C M Y K H S L
Decimal 169 74 243 0.30 0.70 0 0.05 273.73 0.88 0.62
Hex A9 4A F3 1E 46 0 5 112 58 3E
Octal 251 112 363 36 106 0 5 422 130 76
Binary 10101001 1001010 11110011 11110 1000110 0 101 100010010 1011000 111110

Color Harmonies of #A94AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94AF3

Black with #A94AF3

Text Example


Text Example

White with #A94AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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