Html Css Color HEX #A947EB Medium Orchid

📋 copy color: '#A947EB'

red 169 ◦ green 71 ◦ blue 235

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

Shades of Medium Orchid #A947EB

Tints of Medium Orchid #A947EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.95%

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 35.58%
G = 14.95%
B = 49.47%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A947EB (or 0xA947EB) is known color: Medium Orchid. HEX triplet: A9, 47 and EB. RGB value is (169,71,235). Sum of RGB (Red+Green+Blue) = 169+71+235=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #A947EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A947EB is #56B814. Grayscale: #767676. Windows color (decimal): -5683221 or 15419305. OLE color: 15419305.

HSL color Cylindrical-coordinate representation of color #A947EB: hue angle of 275.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A947EB is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 71 235 -
CMYK 0.28 0.70 0 0.08
HSL 275.85º 0.8% 0.6% -
HSV(B) 275.85º 0.7% 0.92% -
XYZ 33.61 18.94 80.48 -
YUV 119 193.47 163.66 -
System Red Green Blue C M Y K H S L
Decimal 169 71 235 0.28 0.70 0 0.08 275.85 0.8 0.6
Hex A9 47 EB 1C 46 0 8 114 50 3C
Octal 251 107 353 34 106 0 10 424 120 74
Binary 10101001 1000111 11101011 11100 1000110 0 1000 100010100 1010000 111100

Color Harmonies of #A947EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A947EB

Black with #A947EB

Text Example


Text Example

White with #A947EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A947EB; }

 p { color: rgb(169,71,235); }

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

background-color css

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

 a { background-color: rgb(169,71,235); }

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

border-color css

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

 span { border-color: rgb(169,71,235); }

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