Html Css Color HEX #A74CE0 Medium Orchid

📋 copy color: '#A74CE0'

red 167 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #A74CE0

Tints of Medium Orchid #A74CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 35.76%
G = 16.27%
B = 47.97%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A74CE0 (or 0xA74CE0) is known color: Medium Orchid. HEX triplet: A7, 4C and E0. RGB value is (167,76,224). Sum of RGB (Red+Green+Blue) = 167+76+224=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #A74CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CE0 is #58B31F. Grayscale: #777777. Windows color (decimal): -5813024 or 14699687. OLE color: 14699687.

HSL color Cylindrical-coordinate representation of color #A74CE0: hue angle of 276.89º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74CE0 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 76 224 -
CMYK 0.25 0.66 0 0.12
HSL 276.89º 0.7% 0.59% -
HSV(B) 276.89º 0.66% 0.88% -
XYZ 31.98 18.77 72.46 -
YUV 120.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 167 76 224 0.25 0.66 0 0.12 276.89 0.7 0.59
Hex A7 4C E0 19 42 0 C 115 46 3B
Octal 247 114 340 31 102 0 14 425 106 73
Binary 10100111 1001100 11100000 11001 1000010 0 1100 100010101 1000110 111011

Color Harmonies of #A74CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CE0

Black with #A74CE0

Text Example


Text Example

White with #A74CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CE0; }

 p { color: rgb(167,76,224); }

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

background-color css

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

 a { background-color: rgb(167,76,224); }

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

border-color css

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

 span { border-color: rgb(167,76,224); }

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