Html Css Color HEX #A94CF3 Medium Orchid

📋 copy color: '#A94CF3'

red 169 ◦ green 76 ◦ blue 243

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

Shades of Medium Orchid #A94CF3

Tints of Medium Orchid #A94CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.57%

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

R = 34.63%
G = 15.57%
B = 49.8%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A94CF3 (or 0xA94CF3) is known color: Medium Orchid. HEX triplet: A9, 4C and F3. RGB value is (169,76,243). Sum of RGB (Red+Green+Blue) = 169+76+243=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #A94CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CF3 is #56B30C. Grayscale: #7A7A7A. Windows color (decimal): -5681933 or 15944873. OLE color: 15944873.

HSL color Cylindrical-coordinate representation of color #A94CF3: hue angle of 273.41º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94CF3 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 76 243 -
CMYK 0.30 0.69 0 0.05
HSL 273.41º 0.87% 0.63% -
HSV(B) 273.41º 0.69% 0.95% -
XYZ 35.12 20.07 86.82 -
YUV 122.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 169 76 243 0.30 0.69 0 0.05 273.41 0.87 0.63
Hex A9 4C F3 1E 45 0 5 111 57 3F
Octal 251 114 363 36 105 0 5 421 127 77
Binary 10101001 1001100 11110011 11110 1000101 0 101 100010001 1010111 111111

Color Harmonies of #A94CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CF3

Black with #A94CF3

Text Example


Text Example

White with #A94CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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