Html Css Color HEX #A74AEA Medium Orchid

📋 copy color: '#A74AEA'

red 167 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #A74AEA

Tints of Medium Orchid #A74AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 35.16%
G = 15.58%
B = 49.26%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A74AEA (or 0xA74AEA) is known color: Medium Orchid. HEX triplet: A7, 4A and EA. RGB value is (167,74,234). Sum of RGB (Red+Green+Blue) = 167+74+234=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #A74AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74AEA is #58B515. Grayscale: #777777. Windows color (decimal): -5813526 or 15354535. OLE color: 15354535.

HSL color Cylindrical-coordinate representation of color #A74AEA: hue angle of 274.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74AEA is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 74 234 -
CMYK 0.29 0.68 0 0.08
HSL 274.88º 0.79% 0.6% -
HSV(B) 274.88º 0.68% 0.92% -
XYZ 33.24 19.05 79.77 -
YUV 120.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 167 74 234 0.29 0.68 0 0.08 274.88 0.79 0.6
Hex A7 4A EA 1D 44 0 8 113 4F 3C
Octal 247 112 352 35 104 0 10 423 117 74
Binary 10100111 1001010 11101010 11101 1000100 0 1000 100010011 1001111 111100

Color Harmonies of #A74AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74AEA

Black with #A74AEA

Text Example


Text Example

White with #A74AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74AEA; }

 p { color: rgb(167,74,234); }

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

background-color css

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

 a { background-color: rgb(167,74,234); }

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

border-color css

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

 span { border-color: rgb(167,74,234); }

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