Html Css Color HEX #A94FFB Medium Orchid

📋 copy color: '#A94FFB'

red 169 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #A94FFB

Tints of Medium Orchid #A94FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 33.87%
G = 15.83%
B = 50.3%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A94FFB (or 0xA94FFB) is known color: Medium Orchid. HEX triplet: A9, 4F and FB. RGB value is (169,79,251). Sum of RGB (Red+Green+Blue) = 169+79+251=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #A94FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94FFB is #56B004. Grayscale: #7C7C7C. Windows color (decimal): -5681157 or 16469929. OLE color: 16469929.

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

Color convert

RGB 169 79 251 -
CMYK 0.33 0.69 0 0.02
HSL 271.4º 0.96% 0.65% -
HSV(B) 271.4º 0.69% 0.98% -
XYZ 36.57 20.99 93.39 -
YUV 125.52 198.82 159.01 -
System Red Green Blue C M Y K H S L
Decimal 169 79 251 0.33 0.69 0 0.02 271.4 0.96 0.65
Hex A9 4F FB 21 45 0 2 10F 60 41
Octal 251 117 373 41 105 0 2 417 140 101
Binary 10101001 1001111 11111011 100001 1000101 0 10 100001111 1100000 1000001

Color Harmonies of #A94FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FFB

Black with #A94FFB

Text Example


Text Example

White with #A94FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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