Html Css Color HEX #A849ED Medium Orchid

📋 copy color: '#A849ED'

red 168 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #A849ED

Tints of Medium Orchid #A849ED

RGB

 RED value IS 168 (66.02% from 255) = 35.15%

 GREEN value IS 73 (28.91% from 255) = 15.27%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 35.15%
G = 15.27%
B = 49.58%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A849ED (or 0xA849ED) is known color: Medium Orchid. HEX triplet: A8, 49 and ED. RGB value is (168,73,237). Sum of RGB (Red+Green+Blue) = 168+73+237=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A849ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849ED is #57B612. Grayscale: #777777. Windows color (decimal): -5748243 or 15550888. OLE color: 15550888.

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

Color convert

RGB 168 73 237 -
CMYK 0.29 0.69 0 0.07
HSL 274.76º 0.82% 0.61% -
HSV(B) 274.76º 0.69% 0.93% -
XYZ 33.82 19.2 82.05 -
YUV 120.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 168 73 237 0.29 0.69 0 0.07 274.76 0.82 0.61
Hex A8 49 ED 1D 45 0 7 113 52 3D
Octal 250 111 355 35 105 0 7 423 122 75
Binary 10101000 1001001 11101101 11101 1000101 0 111 100010011 1010010 111101

Color Harmonies of #A849ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849ED

Black with #A849ED

Text Example


Text Example

White with #A849ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849ED; }

 p { color: rgb(168,73,237); }

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

background-color css

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

 a { background-color: rgb(168,73,237); }

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

border-color css

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

 span { border-color: rgb(168,73,237); }

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