Html Css Color HEX #A849EA Medium Orchid

📋 copy color: '#A849EA'

red 168 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #A849EA

Tints of Medium Orchid #A849EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 35.37%
G = 15.37%
B = 49.26%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A849EA (or 0xA849EA) is known color: Medium Orchid. HEX triplet: A8, 49 and EA. RGB value is (168,73,234). Sum of RGB (Red+Green+Blue) = 168+73+234=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #A849EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849EA is #57B615. Grayscale: #777777. Windows color (decimal): -5748246 or 15354280. OLE color: 15354280.

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

Color convert

RGB 168 73 234 -
CMYK 0.28 0.69 0 0.08
HSL 275.4º 0.79% 0.6% -
HSV(B) 275.4º 0.69% 0.92% -
XYZ 33.38 19.03 79.76 -
YUV 119.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 168 73 234 0.28 0.69 0 0.08 275.4 0.79 0.6
Hex A8 49 EA 1C 45 0 8 113 4F 3C
Octal 250 111 352 34 105 0 10 423 117 74
Binary 10101000 1001001 11101010 11100 1000101 0 1000 100010011 1001111 111100

Color Harmonies of #A849EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849EA

Black with #A849EA

Text Example


Text Example

White with #A849EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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