Html Css Color HEX #A74CDE Medium Orchid

📋 copy color: '#A74CDE'

red 167 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #A74CDE

Tints of Medium Orchid #A74CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 35.91%
G = 16.34%
B = 47.74%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A74CDE (or 0xA74CDE) is known color: Medium Orchid. HEX triplet: A7, 4C and DE. RGB value is (167,76,222). Sum of RGB (Red+Green+Blue) = 167+76+222=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A74CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CDE is #58B321. Grayscale: #777777. Windows color (decimal): -5813026 or 14568615. OLE color: 14568615.

HSL color Cylindrical-coordinate representation of color #A74CDE: hue angle of 277.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74CDE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 76 222 -
CMYK 0.25 0.66 0 0.13
HSL 277.4º 0.69% 0.58% -
HSV(B) 277.4º 0.66% 0.87% -
XYZ 31.71 18.66 71.04 -
YUV 119.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 167 76 222 0.25 0.66 0 0.13 277.4 0.69 0.58
Hex A7 4C DE 19 42 0 D 115 45 3A
Octal 247 114 336 31 102 0 15 425 105 72
Binary 10100111 1001100 11011110 11001 1000010 0 1101 100010101 1000101 111010

Color Harmonies of #A74CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CDE

Black with #A74CDE

Text Example


Text Example

White with #A74CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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