Html Css Color HEX #A855EB Medium Orchid

📋 copy color: '#A855EB'

red 168 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #A855EB

Tints of Medium Orchid #A855EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 34.43%
G = 17.42%
B = 48.16%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A855EB (or 0xA855EB) is known color: Medium Orchid. HEX triplet: A8, 55 and EB. RGB value is (168,85,235). Sum of RGB (Red+Green+Blue) = 168+85+235=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #A855EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855EB is #57AA14. Grayscale: #7E7E7E. Windows color (decimal): -5745173 or 15422888. OLE color: 15422888.

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

Color convert

RGB 168 85 235 -
CMYK 0.29 0.64 0 0.08
HSL 273.2º 0.79% 0.63% -
HSV(B) 273.2º 0.64% 0.92% -
XYZ 34.39 20.82 80.8 -
YUV 126.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 168 85 235 0.29 0.64 0 0.08 273.2 0.79 0.63
Hex A8 55 EB 1D 40 0 8 111 4F 3F
Octal 250 125 353 35 100 0 10 421 117 77
Binary 10101000 1010101 11101011 11101 1000000 0 1000 100010001 1001111 111111

Color Harmonies of #A855EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855EB

Black with #A855EB

Text Example


Text Example

White with #A855EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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