Html Css Color HEX #A74BCD Medium Orchid

📋 copy color: '#A74BCD'

red 167 ◦ green 75 ◦ blue 205

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

Shades of Medium Orchid #A74BCD

Tints of Medium Orchid #A74BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.78%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 37.36%
G = 16.78%
B = 45.86%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A74BCD (or 0xA74BCD) is known color: Medium Orchid. HEX triplet: A7, 4B and CD. RGB value is (167,75,205). Sum of RGB (Red+Green+Blue) = 167+75+205=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #A74BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BCD is #58B432. Grayscale: #747474. Windows color (decimal): -5813299 or 13454247. OLE color: 13454247.

HSL color Cylindrical-coordinate representation of color #A74BCD: hue angle of 282.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A74BCD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 75 205 -
CMYK 0.19 0.63 0 0.20
HSL 282.46º 0.57% 0.55% -
HSV(B) 282.46º 0.63% 0.8% -
XYZ 29.47 17.66 59.61 -
YUV 117.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 167 75 205 0.19 0.63 0 0.20 282.46 0.57 0.55
Hex A7 4B CD 13 3F 0 14 11A 39 37
Octal 247 113 315 23 77 0 24 432 71 67
Binary 10100111 1001011 11001101 10011 111111 0 10100 100011010 111001 110111

Color Harmonies of #A74BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BCD

Black with #A74BCD

Text Example


Text Example

White with #A74BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BCD; }

 p { color: rgb(167,75,205); }

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

background-color css

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

 a { background-color: rgb(167,75,205); }

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

border-color css

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

 span { border-color: rgb(167,75,205); }

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