Html Css Color HEX #A755EA Medium Orchid

📋 copy color: '#A755EA'

red 167 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #A755EA

Tints of Medium Orchid #A755EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 34.36%
G = 17.49%
B = 48.15%

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

#A755EA (or 0xA755EA) is known color: Medium Orchid. HEX triplet: A7, 55 and EA. RGB value is (167,85,234). Sum of RGB (Red+Green+Blue) = 167+85+234=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #A755EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755EA is #58AA15. Grayscale: #7D7D7D. Windows color (decimal): -5810710 or 15357351. OLE color: 15357351.

HSL color Cylindrical-coordinate representation of color #A755EA: hue angle of 273.02º degrees, saturation: 0.78, 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 #A755EA is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 85 234 -
CMYK 0.29 0.64 0 0.08
HSL 273.02º 0.78% 0.63% -
HSV(B) 273.02º 0.64% 0.92% -
XYZ 34.04 20.65 80.03 -
YUV 126.5 188.67 156.88 -
System Red Green Blue C M Y K H S L
Decimal 167 85 234 0.29 0.64 0 0.08 273.02 0.78 0.63
Hex A7 55 EA 1D 40 0 8 111 4E 3F
Octal 247 125 352 35 100 0 10 421 116 77
Binary 10100111 1010101 11101010 11101 1000000 0 1000 100010001 1001110 111111

Color Harmonies of #A755EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755EA

Black with #A755EA

Text Example


Text Example

White with #A755EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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