Html Css Color HEX #A754F4 Medium Orchid

📋 copy color: '#A754F4'

red 167 ◦ green 84 ◦ blue 244

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

Shades of Medium Orchid #A754F4

Tints of Medium Orchid #A754F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.29%

R = 33.74%
G = 16.97%
B = 49.29%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A754F4 (or 0xA754F4) is known color: Medium Orchid. HEX triplet: A7, 54 and F4. RGB value is (167,84,244). Sum of RGB (Red+Green+Blue) = 167+84+244=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #A754F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A754F4 is #58AB0B. Grayscale: #7E7E7E. Windows color (decimal): -5810956 or 16012455. OLE color: 16012455.

HSL color Cylindrical-coordinate representation of color #A754F4: hue angle of 271.12º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A754F4 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 84 244 -
CMYK 0.32 0.66 0 0.04
HSL 271.13º 0.88% 0.64% -
HSV(B) 271.13º 0.66% 0.96% -
XYZ 35.44 21.09 87.79 -
YUV 127.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 167 84 244 0.32 0.66 0 0.04 271.13 0.88 0.64
Hex A7 54 F4 20 42 0 4 10F 58 40
Octal 247 124 364 40 102 0 4 417 130 100
Binary 10100111 1010100 11110100 100000 1000010 0 100 100001111 1011000 1000000

Color Harmonies of #A754F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754F4

Black with #A754F4

Text Example


Text Example

White with #A754F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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