Html Css Color HEX #A94EFE Medium Orchid

📋 copy color: '#A94EFE'

red 169 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #A94EFE

Tints of Medium Orchid #A94EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.57%

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 33.73%
G = 15.57%
B = 50.7%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A94EFE (or 0xA94EFE) is known color: Medium Orchid. HEX triplet: A9, 4E and FE. RGB value is (169,78,254). Sum of RGB (Red+Green+Blue) = 169+78+254=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #A94EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94EFE is #56B101. Grayscale: #7C7C7C. Windows color (decimal): -5681410 or 16666281. OLE color: 16666281.

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

Color convert

RGB 169 78 254 -
CMYK 0.33 0.69 0 0.00
HSL 271.02º 0.99% 0.65% -
HSV(B) 271.02º 0.69% 1% -
XYZ 36.98 21.04 95.88 -
YUV 125.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 169 78 254 0.33 0.69 0 0.00 271.02 0.99 0.65
Hex A9 4E FE 21 45 0 0 10F 63 41
Octal 251 116 376 41 105 0 0 417 143 101
Binary 10101001 1001110 11111110 100001 1000101 0 0 100001111 1100011 1000001

Color Harmonies of #A94EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94EFE

Black with #A94EFE

Text Example


Text Example

White with #A94EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94EFE; }

 p { color: rgb(169,78,254); }

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

background-color css

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

 a { background-color: rgb(169,78,254); }

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

border-color css

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

 span { border-color: rgb(169,78,254); }

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