Html Css Color HEX #A94CEF Medium Orchid

📋 copy color: '#A94CEF'

red 169 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #A94CEF

Tints of Medium Orchid #A94CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 34.92%
G = 15.7%
B = 49.38%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A94CEF (or 0xA94CEF) is known color: Medium Orchid. HEX triplet: A9, 4C and EF. RGB value is (169,76,239). Sum of RGB (Red+Green+Blue) = 169+76+239=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #A94CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CEF is #56B310. Grayscale: #797979. Windows color (decimal): -5681937 or 15682729. OLE color: 15682729.

HSL color Cylindrical-coordinate representation of color #A94CEF: hue angle of 274.23º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94CEF is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 76 239 -
CMYK 0.29 0.68 0 0.06
HSL 274.23º 0.84% 0.62% -
HSV(B) 274.23º 0.68% 0.94% -
XYZ 34.53 19.84 83.67 -
YUV 122.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 169 76 239 0.29 0.68 0 0.06 274.23 0.84 0.62
Hex A9 4C EF 1D 44 0 6 112 54 3E
Octal 251 114 357 35 104 0 6 422 124 76
Binary 10101001 1001100 11101111 11101 1000100 0 110 100010010 1010100 111110

Color Harmonies of #A94CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CEF

Black with #A94CEF

Text Example


Text Example

White with #A94CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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