Html Css Color HEX #A94FFC Medium Orchid

📋 copy color: '#A94FFC'

red 169 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #A94FFC

Tints of Medium Orchid #A94FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.8%

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 33.8%
G = 15.8%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A94FFC (or 0xA94FFC) is known color: Medium Orchid. HEX triplet: A9, 4F and FC. RGB value is (169,79,252). Sum of RGB (Red+Green+Blue) = 169+79+252=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #A94FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94FFC is #56B003. Grayscale: #7D7D7D. Windows color (decimal): -5681156 or 16535465. OLE color: 16535465.

HSL color Cylindrical-coordinate representation of color #A94FFC: hue angle of 271.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94FFC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 79 252 -
CMYK 0.33 0.69 0 0.01
HSL 271.21º 0.97% 0.65% -
HSV(B) 271.21º 0.69% 0.99% -
XYZ 36.73 21.06 94.22 -
YUV 125.63 199.32 158.93 -
System Red Green Blue C M Y K H S L
Decimal 169 79 252 0.33 0.69 0 0.01 271.21 0.97 0.65
Hex A9 4F FC 21 45 0 1 10F 61 41
Octal 251 117 374 41 105 0 1 417 141 101
Binary 10101001 1001111 11111100 100001 1000101 0 1 100001111 1100001 1000001

Color Harmonies of #A94FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FFC

Black with #A94FFC

Text Example


Text Example

White with #A94FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FFC; }

 p { color: rgb(169,79,252); }

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

background-color css

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

 a { background-color: rgb(169,79,252); }

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

border-color css

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

 span { border-color: rgb(169,79,252); }

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