Html Css Color HEX #A74FF0 Medium Orchid

📋 copy color: '#A74FF0'

red 167 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #A74FF0

Tints of Medium Orchid #A74FF0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.26%

 BLUE value IS 240 (94.14% from 255) = 49.38%

R = 34.36%
G = 16.26%
B = 49.38%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A74FF0 (or 0xA74FF0) is known color: Medium Orchid. HEX triplet: A7, 4F and F0. RGB value is (167,79,240). Sum of RGB (Red+Green+Blue) = 167+79+240=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #A74FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FF0 is #58B00F. Grayscale: #7B7B7B. Windows color (decimal): -5812240 or 15749031. OLE color: 15749031.

HSL color Cylindrical-coordinate representation of color #A74FF0: hue angle of 272.8º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74FF0 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 79 240 -
CMYK 0.30 0.67 0 0.06
HSL 272.8º 0.84% 0.63% -
HSV(B) 272.8º 0.67% 0.94% -
XYZ 34.46 20.1 84.5 -
YUV 123.67 193.65 158.91 -
System Red Green Blue C M Y K H S L
Decimal 167 79 240 0.30 0.67 0 0.06 272.8 0.84 0.63
Hex A7 4F F0 1E 43 0 6 111 54 3F
Octal 247 117 360 36 103 0 6 421 124 77
Binary 10100111 1001111 11110000 11110 1000011 0 110 100010001 1010100 111111

Color Harmonies of #A74FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FF0

Black with #A74FF0

Text Example


Text Example

White with #A74FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FF0; }

 p { color: rgb(167,79,240); }

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

background-color css

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

 a { background-color: rgb(167,79,240); }

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

border-color css

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

 span { border-color: rgb(167,79,240); }

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