Html Css Color HEX #A754E6 Medium Orchid

📋 copy color: '#A754E6'

red 167 ◦ green 84 ◦ blue 230

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

Shades of Medium Orchid #A754E6

Tints of Medium Orchid #A754E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.82%

R = 34.72%
G = 17.46%
B = 47.82%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A754E6 (or 0xA754E6) is known color: Medium Orchid. HEX triplet: A7, 54 and E6. RGB value is (167,84,230). Sum of RGB (Red+Green+Blue) = 167+84+230=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #A754E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A754E6 is #58AB19. Grayscale: #7C7C7C. Windows color (decimal): -5810970 or 15094951. OLE color: 15094951.

HSL color Cylindrical-coordinate representation of color #A754E6: hue angle of 274.11º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A754E6 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 84 230 -
CMYK 0.27 0.63 0 0.10
HSL 274.11º 0.74% 0.62% -
HSV(B) 274.11º 0.63% 0.9% -
XYZ 33.39 20.27 77.02 -
YUV 125.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 167 84 230 0.27 0.63 0 0.10 274.11 0.74 0.62
Hex A7 54 E6 1B 3F 0 A 112 4A 3E
Octal 247 124 346 33 77 0 12 422 112 76
Binary 10100111 1010100 11100110 11011 111111 0 1010 100010010 1001010 111110

Color Harmonies of #A754E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754E6

Black with #A754E6

Text Example


Text Example

White with #A754E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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