Html Css Color HEX #A94CF1 Medium Orchid

📋 copy color: '#A94CF1'

red 169 ◦ green 76 ◦ blue 241

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

Shades of Medium Orchid #A94CF1

Tints of Medium Orchid #A94CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.59%

R = 34.77%
G = 15.64%
B = 49.59%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A94CF1 (or 0xA94CF1) is known color: Medium Orchid. HEX triplet: A9, 4C and F1. RGB value is (169,76,241). Sum of RGB (Red+Green+Blue) = 169+76+241=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #A94CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CF1 is #56B30E. Grayscale: #7A7A7A. Windows color (decimal): -5681935 or 15813801. OLE color: 15813801.

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

Color convert

RGB 169 76 241 -
CMYK 0.30 0.68 0 0.05
HSL 273.82º 0.85% 0.62% -
HSV(B) 273.82º 0.68% 0.95% -
XYZ 34.82 19.95 85.24 -
YUV 122.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 169 76 241 0.30 0.68 0 0.05 273.82 0.85 0.62
Hex A9 4C F1 1E 44 0 5 112 55 3E
Octal 251 114 361 36 104 0 5 422 125 76
Binary 10101001 1001100 11110001 11110 1000100 0 101 100010010 1010101 111110

Color Harmonies of #A94CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CF1

Black with #A94CF1

Text Example


Text Example

White with #A94CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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