Html Css Color HEX #A74FFD Medium Orchid

📋 copy color: '#A74FFD'

red 167 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #A74FFD

Tints of Medium Orchid #A74FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 33.47%
G = 15.83%
B = 50.7%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A74FFD (or 0xA74FFD) is known color: Medium Orchid. HEX triplet: A7, 4F and FD. RGB value is (167,79,253). Sum of RGB (Red+Green+Blue) = 167+79+253=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #A74FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FFD is #58B002. Grayscale: #7C7C7C. Windows color (decimal): -5812227 or 16600999. OLE color: 16600999.

HSL color Cylindrical-coordinate representation of color #A74FFD: hue angle of 270.34º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74FFD is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 79 253 -
CMYK 0.34 0.69 0 0.01
HSL 270.34º 0.98% 0.65% -
HSV(B) 270.34º 0.69% 0.99% -
XYZ 36.46 20.9 95.04 -
YUV 125.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 167 79 253 0.34 0.69 0 0.01 270.34 0.98 0.65
Hex A7 4F FD 22 45 0 1 10E 62 41
Octal 247 117 375 42 105 0 1 416 142 101
Binary 10100111 1001111 11111101 100010 1000101 0 1 100001110 1100010 1000001

Color Harmonies of #A74FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FFD

Black with #A74FFD

Text Example


Text Example

White with #A74FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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