Html Css Color HEX #A754EE Medium Orchid

📋 copy color: '#A754EE'

red 167 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #A754EE

Tints of Medium Orchid #A754EE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.18%

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

R = 34.15%
G = 17.18%
B = 48.67%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A754EE (or 0xA754EE) is known color: Medium Orchid. HEX triplet: A7, 54 and EE. RGB value is (167,84,238). Sum of RGB (Red+Green+Blue) = 167+84+238=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #A754EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A754EE is #58AB11. Grayscale: #7D7D7D. Windows color (decimal): -5810962 or 15619239. OLE color: 15619239.

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

Color convert

RGB 167 84 238 -
CMYK 0.30 0.65 0 0.07
HSL 272.34º 0.82% 0.63% -
HSV(B) 272.34º 0.65% 0.93% -
XYZ 34.54 20.73 83.07 -
YUV 126.37 191 156.98 -
System Red Green Blue C M Y K H S L
Decimal 167 84 238 0.30 0.65 0 0.07 272.34 0.82 0.63
Hex A7 54 EE 1E 41 0 7 110 52 3F
Octal 247 124 356 36 101 0 7 420 122 77
Binary 10100111 1010100 11101110 11110 1000001 0 111 100010000 1010010 111111

Color Harmonies of #A754EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754EE

Black with #A754EE

Text Example


Text Example

White with #A754EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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