Html Css Color HEX #A74CED Medium Orchid

📋 copy color: '#A74CED'

red 167 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #A74CED

Tints of Medium Orchid #A74CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 34.79%
G = 15.83%
B = 49.38%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A74CED (or 0xA74CED) is known color: Medium Orchid. HEX triplet: A7, 4C and ED. RGB value is (167,76,237). Sum of RGB (Red+Green+Blue) = 167+76+237=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #A74CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CED is #58B312. Grayscale: #797979. Windows color (decimal): -5813011 or 15551655. OLE color: 15551655.

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

Color convert

RGB 167 76 237 -
CMYK 0.30 0.68 0 0.07
HSL 273.91º 0.82% 0.61% -
HSV(B) 273.91º 0.68% 0.93% -
XYZ 33.81 19.5 82.1 -
YUV 121.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 167 76 237 0.30 0.68 0 0.07 273.91 0.82 0.61
Hex A7 4C ED 1E 44 0 7 112 52 3D
Octal 247 114 355 36 104 0 7 422 122 75
Binary 10100111 1001100 11101101 11110 1000100 0 111 100010010 1010010 111101

Color Harmonies of #A74CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CED

Black with #A74CED

Text Example


Text Example

White with #A74CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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