Html Css Color HEX #A74BDB Medium Orchid

📋 copy color: '#A74BDB'

red 167 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #A74BDB

Tints of Medium Orchid #A74BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 36.23%
G = 16.27%
B = 47.51%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A74BDB (or 0xA74BDB) is known color: Medium Orchid. HEX triplet: A7, 4B and DB. RGB value is (167,75,219). Sum of RGB (Red+Green+Blue) = 167+75+219=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A74BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BDB is #58B424. Grayscale: #767676. Windows color (decimal): -5813285 or 14371751. OLE color: 14371751.

HSL color Cylindrical-coordinate representation of color #A74BDB: hue angle of 278.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74BDB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 75 219 -
CMYK 0.24 0.66 0 0.14
HSL 278.33º 0.67% 0.58% -
HSV(B) 278.33º 0.66% 0.86% -
XYZ 31.24 18.36 68.92 -
YUV 118.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 167 75 219 0.24 0.66 0 0.14 278.33 0.67 0.58
Hex A7 4B DB 18 42 0 E 116 43 3A
Octal 247 113 333 30 102 0 16 426 103 72
Binary 10100111 1001011 11011011 11000 1000010 0 1110 100010110 1000011 111010

Color Harmonies of #A74BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BDB

Black with #A74BDB

Text Example


Text Example

White with #A74BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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