Html Css Color HEX #A74BE0 Medium Orchid

📋 copy color: '#A74BE0'

red 167 ◦ green 75 ◦ blue 224

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

Shades of Medium Orchid #A74BE0

Tints of Medium Orchid #A74BE0

RGB

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

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

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

R = 35.84%
G = 16.09%
B = 48.07%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A74BE0 (or 0xA74BE0) is known color: Medium Orchid. HEX triplet: A7, 4B and E0. RGB value is (167,75,224). Sum of RGB (Red+Green+Blue) = 167+75+224=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #A74BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BE0 is #58B41F. Grayscale: #767676. Windows color (decimal): -5813280 or 14699431. OLE color: 14699431.

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

Color convert

RGB 167 75 224 -
CMYK 0.25 0.67 0 0.12
HSL 277.05º 0.71% 0.59% -
HSV(B) 277.05º 0.67% 0.88% -
XYZ 31.91 18.63 72.44 -
YUV 119.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 167 75 224 0.25 0.67 0 0.12 277.05 0.71 0.59
Hex A7 4B E0 19 43 0 C 115 47 3B
Octal 247 113 340 31 103 0 14 425 107 73
Binary 10100111 1001011 11100000 11001 1000011 0 1100 100010101 1000111 111011

Color Harmonies of #A74BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BE0

Black with #A74BE0

Text Example


Text Example

White with #A74BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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