Html Css Color HEX #A855E8 Medium Orchid

📋 copy color: '#A855E8'

red 168 ◦ green 85 ◦ blue 232

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

Shades of Medium Orchid #A855E8

Tints of Medium Orchid #A855E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.84%

R = 34.64%
G = 17.53%
B = 47.84%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A855E8 (or 0xA855E8) is known color: Medium Orchid. HEX triplet: A8, 55 and E8. RGB value is (168,85,232). Sum of RGB (Red+Green+Blue) = 168+85+232=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #A855E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855E8 is #57AA17. Grayscale: #7E7E7E. Windows color (decimal): -5745176 or 15226280. OLE color: 15226280.

HSL color Cylindrical-coordinate representation of color #A855E8: hue angle of 273.88º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A855E8 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 85 232 -
CMYK 0.28 0.63 0 0.09
HSL 273.88º 0.76% 0.62% -
HSV(B) 273.88º 0.63% 0.91% -
XYZ 33.96 20.65 78.54 -
YUV 126.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 168 85 232 0.28 0.63 0 0.09 273.88 0.76 0.62
Hex A8 55 E8 1C 3F 0 9 112 4C 3E
Octal 250 125 350 34 77 0 11 422 114 76
Binary 10101000 1010101 11101000 11100 111111 0 1001 100010010 1001100 111110

Color Harmonies of #A855E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855E8

Black with #A855E8

Text Example


Text Example

White with #A855E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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