Html Css Color HEX #A74AED Medium Orchid

📋 copy color: '#A74AED'

red 167 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #A74AED

Tints of Medium Orchid #A74AED

RGB

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

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

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

R = 34.94%
G = 15.48%
B = 49.58%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A74AED (or 0xA74AED) is known color: Medium Orchid. HEX triplet: A7, 4A and ED. RGB value is (167,74,237). Sum of RGB (Red+Green+Blue) = 167+74+237=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A74AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74AED is #58B512. Grayscale: #777777. Windows color (decimal): -5813523 or 15551143. OLE color: 15551143.

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

Color convert

RGB 167 74 237 -
CMYK 0.30 0.69 0 0.07
HSL 274.23º 0.82% 0.61% -
HSV(B) 274.23º 0.69% 0.93% -
XYZ 33.67 19.23 82.06 -
YUV 120.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 167 74 237 0.30 0.69 0 0.07 274.23 0.82 0.61
Hex A7 4A ED 1E 45 0 7 112 52 3D
Octal 247 112 355 36 105 0 7 422 122 75
Binary 10100111 1001010 11101101 11110 1000101 0 111 100010010 1010010 111101

Color Harmonies of #A74AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74AED

Black with #A74AED

Text Example


Text Example

White with #A74AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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