Html Css Color HEX #A94FFD Medium Orchid

📋 copy color: '#A94FFD'

red 169 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #A94FFD

Tints of Medium Orchid #A94FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 33.73%
G = 15.77%
B = 50.5%

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

#A94FFD (or 0xA94FFD) is known color: Medium Orchid. HEX triplet: A9, 4F and FD. RGB value is (169,79,253). Sum of RGB (Red+Green+Blue) = 169+79+253=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #A94FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94FFD is #56B002. Grayscale: #7D7D7D. Windows color (decimal): -5681155 or 16601001. OLE color: 16601001.

HSL color Cylindrical-coordinate representation of color #A94FFD: hue angle of 271.03º degrees, saturation: 0.98, 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 #A94FFD is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 79 253 -
CMYK 0.33 0.69 0 0.01
HSL 271.03º 0.98% 0.65% -
HSV(B) 271.03º 0.69% 0.99% -
XYZ 36.89 21.12 95.06 -
YUV 125.75 199.82 158.85 -
System Red Green Blue C M Y K H S L
Decimal 169 79 253 0.33 0.69 0 0.01 271.03 0.98 0.65
Hex A9 4F FD 21 45 0 1 10F 62 41
Octal 251 117 375 41 105 0 1 417 142 101
Binary 10101001 1001111 11111101 100001 1000101 0 1 100001111 1100010 1000001

Color Harmonies of #A94FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FFD

Black with #A94FFD

Text Example


Text Example

White with #A94FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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