Html Css Color HEX #A74BCE Medium Orchid

📋 copy color: '#A74BCE'

red 167 ◦ green 75 ◦ blue 206

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

Shades of Medium Orchid #A74BCE

Tints of Medium Orchid #A74BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 37.28%
G = 16.74%
B = 45.98%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A74BCE (or 0xA74BCE) is known color: Medium Orchid. HEX triplet: A7, 4B and CE. RGB value is (167,75,206). Sum of RGB (Red+Green+Blue) = 167+75+206=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #A74BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BCE is #58B431. Grayscale: #757575. Windows color (decimal): -5813298 or 13519783. OLE color: 13519783.

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

Color convert

RGB 167 75 206 -
CMYK 0.19 0.64 0 0.19
HSL 282.14º 0.57% 0.55% -
HSV(B) 282.14º 0.64% 0.81% -
XYZ 29.59 17.7 60.25 -
YUV 117.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 167 75 206 0.19 0.64 0 0.19 282.14 0.57 0.55
Hex A7 4B CE 13 40 0 13 11A 39 37
Octal 247 113 316 23 100 0 23 432 71 67
Binary 10100111 1001011 11001110 10011 1000000 0 10011 100011010 111001 110111

Color Harmonies of #A74BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BCE

Black with #A74BCE

Text Example


Text Example

White with #A74BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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