Html Css Color HEX #A94CFF Medium Orchid

📋 copy color: '#A94CFF'

red 169 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #A94CFF

Tints of Medium Orchid #A94CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 33.8%
G = 15.2%
B = 51%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A94CFF (or 0xA94CFF) is known color: Medium Orchid. HEX triplet: A9, 4C and FF. RGB value is (169,76,255). Sum of RGB (Red+Green+Blue) = 169+76+255=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #A94CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CFF is #56B300. Grayscale: #7B7B7B. Windows color (decimal): -5681921 or 16731305. OLE color: 16731305.

HSL color Cylindrical-coordinate representation of color #A94CFF: hue angle of 271.17º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94CFF is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 76 255 -
CMYK 0.34 0.70 0 0
HSL 271.17º 1% 0.65% -
HSV(B) 271.17º 0.7% 1% -
XYZ 37 20.82 96.68 -
YUV 124.21 201.81 159.95 -
System Red Green Blue C M Y K H S L
Decimal 169 76 255 0.34 0.70 0 0 271.17 1 0.65
Hex A9 4C FF 22 46 0 0 10F 64 41
Octal 251 114 377 42 106 0 0 417 144 101
Binary 10101001 1001100 11111111 100010 1000110 0 0 100001111 1100100 1000001

Color Harmonies of #A94CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CFF

Black with #A94CFF

Text Example


Text Example

White with #A94CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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