Html Css Color HEX #A846ED Medium Orchid

📋 copy color: '#A846ED'

red 168 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #A846ED

Tints of Medium Orchid #A846ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.74%

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

R = 35.37%
G = 14.74%
B = 49.89%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A846ED (or 0xA846ED) is known color: Medium Orchid. HEX triplet: A8, 46 and ED. RGB value is (168,70,237). Sum of RGB (Red+Green+Blue) = 168+70+237=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #A846ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A846ED is #57B912. Grayscale: #757575. Windows color (decimal): -5749011 or 15550120. OLE color: 15550120.

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

Color convert

RGB 168 70 237 -
CMYK 0.29 0.70 0 0.07
HSL 275.21º 0.82% 0.6% -
HSV(B) 275.21º 0.7% 0.93% -
XYZ 33.62 18.82 81.98 -
YUV 118.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 168 70 237 0.29 0.70 0 0.07 275.21 0.82 0.6
Hex A8 46 ED 1D 46 0 7 113 52 3C
Octal 250 106 355 35 106 0 7 423 122 74
Binary 10101000 1000110 11101101 11101 1000110 0 111 100010011 1010010 111100

Color Harmonies of #A846ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846ED

Black with #A846ED

Text Example


Text Example

White with #A846ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A846ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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