Html Css Color HEX #A948EC Medium Orchid

📋 copy color: '#A948EC'

red 169 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #A948EC

Tints of Medium Orchid #A948EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.09%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 35.43%
G = 15.09%
B = 49.48%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A948EC (or 0xA948EC) is known color: Medium Orchid. HEX triplet: A9, 48 and EC. RGB value is (169,72,236). Sum of RGB (Red+Green+Blue) = 169+72+236=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #A948EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A948EC is #56B713. Grayscale: #777777. Windows color (decimal): -5682964 or 15485097. OLE color: 15485097.

HSL color Cylindrical-coordinate representation of color #A948EC: hue angle of 275.49º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A948EC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 72 236 -
CMYK 0.28 0.69 0 0.07
HSL 275.49º 0.81% 0.6% -
HSV(B) 275.49º 0.69% 0.93% -
XYZ 33.82 19.13 81.27 -
YUV 119.7 193.64 163.16 -
System Red Green Blue C M Y K H S L
Decimal 169 72 236 0.28 0.69 0 0.07 275.49 0.81 0.6
Hex A9 48 EC 1C 45 0 7 113 51 3C
Octal 251 110 354 34 105 0 7 423 121 74
Binary 10101001 1001000 11101100 11100 1000101 0 111 100010011 1010001 111100

Color Harmonies of #A948EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A948EC

Black with #A948EC

Text Example


Text Example

White with #A948EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A948EC; }

 p { color: rgb(169,72,236); }

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

background-color css

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

 a { background-color: rgb(169,72,236); }

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

border-color css

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

 span { border-color: rgb(169,72,236); }

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