Html Css Color HEX #A855EE Medium Orchid

📋 copy color: '#A855EE'

red 168 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #A855EE

Tints of Medium Orchid #A855EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 34.22%
G = 17.31%
B = 48.47%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A855EE (or 0xA855EE) is known color: Medium Orchid. HEX triplet: A8, 55 and EE. RGB value is (168,85,238). Sum of RGB (Red+Green+Blue) = 168+85+238=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #A855EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855EE is #57AA11. Grayscale: #7E7E7E. Windows color (decimal): -5745170 or 15619496. OLE color: 15619496.

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

Color convert

RGB 168 85 238 -
CMYK 0.29 0.64 0 0.07
HSL 272.55º 0.82% 0.63% -
HSV(B) 272.55º 0.64% 0.93% -
XYZ 34.83 20.99 83.11 -
YUV 127.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 168 85 238 0.29 0.64 0 0.07 272.55 0.82 0.63
Hex A8 55 EE 1D 40 0 7 111 52 3F
Octal 250 125 356 35 100 0 7 421 122 77
Binary 10101000 1010101 11101110 11101 1000000 0 111 100010001 1010010 111111

Color Harmonies of #A855EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855EE

Black with #A855EE

Text Example


Text Example

White with #A855EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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