Html Css Color HEX #A855CE Medium Orchid

📋 copy color: '#A855CE'

red 168 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #A855CE

Tints of Medium Orchid #A855CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 36.6%
G = 18.52%
B = 44.88%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A855CE (or 0xA855CE) is known color: Medium Orchid. HEX triplet: A8, 55 and CE. RGB value is (168,85,206). Sum of RGB (Red+Green+Blue) = 168+85+206=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #A855CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855CE is #57AA31. Grayscale: #7B7B7B. Windows color (decimal): -5745202 or 13522344. OLE color: 13522344.

HSL color Cylindrical-coordinate representation of color #A855CE: hue angle of 281.16º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A855CE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 85 206 -
CMYK 0.18 0.59 0 0.19
HSL 281.16º 0.55% 0.57% -
HSV(B) 281.16º 0.59% 0.81% -
XYZ 30.54 19.28 60.5 -
YUV 123.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 168 85 206 0.18 0.59 0 0.19 281.16 0.55 0.57
Hex A8 55 CE 12 3B 0 13 119 37 39
Octal 250 125 316 22 73 0 23 431 67 71
Binary 10101000 1010101 11001110 10010 111011 0 10011 100011001 110111 111001

Color Harmonies of #A855CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855CE

Black with #A855CE

Text Example


Text Example

White with #A855CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855CE; }

 p { color: rgb(168,85,206); }

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

background-color css

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

 a { background-color: rgb(168,85,206); }

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

border-color css

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

 span { border-color: rgb(168,85,206); }

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