Html Css Color HEX #A755EE Medium Orchid

📋 copy color: '#A755EE'

red 167 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #A755EE

Tints of Medium Orchid #A755EE

RGB

 RED value IS 167 (65.63% from 255) = 34.08%

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

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

R = 34.08%
G = 17.35%
B = 48.57%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A755EE (or 0xA755EE) is known color: Medium Orchid. HEX triplet: A7, 55 and EE. RGB value is (167,85,238). Sum of RGB (Red+Green+Blue) = 167+85+238=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #A755EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755EE is #58AA11. Grayscale: #7E7E7E. Windows color (decimal): -5810706 or 15619495. OLE color: 15619495.

HSL color Cylindrical-coordinate representation of color #A755EE: hue angle of 272.16º 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 #A755EE is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 85 238 -
CMYK 0.30 0.64 0 0.07
HSL 272.16º 0.82% 0.63% -
HSV(B) 272.16º 0.64% 0.93% -
XYZ 34.62 20.89 83.1 -
YUV 126.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 167 85 238 0.30 0.64 0 0.07 272.16 0.82 0.63
Hex A7 55 EE 1E 40 0 7 110 52 3F
Octal 247 125 356 36 100 0 7 420 122 77
Binary 10100111 1010101 11101110 11110 1000000 0 111 100010000 1010010 111111

Color Harmonies of #A755EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755EE

Black with #A755EE

Text Example


Text Example

White with #A755EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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