Html Css Color HEX #A74BDA Medium Orchid

📋 copy color: '#A74BDA'

red 167 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #A74BDA

Tints of Medium Orchid #A74BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 36.3%
G = 16.3%
B = 47.39%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A74BDA (or 0xA74BDA) is known color: Medium Orchid. HEX triplet: A7, 4B and DA. RGB value is (167,75,218). Sum of RGB (Red+Green+Blue) = 167+75+218=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #A74BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BDA is #58B425. Grayscale: #767676. Windows color (decimal): -5813286 or 14306215. OLE color: 14306215.

HSL color Cylindrical-coordinate representation of color #A74BDA: hue angle of 278.6º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74BDA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 75 218 -
CMYK 0.23 0.66 0 0.15
HSL 278.6º 0.66% 0.57% -
HSV(B) 278.6º 0.66% 0.85% -
XYZ 31.11 18.31 68.22 -
YUV 118.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 167 75 218 0.23 0.66 0 0.15 278.6 0.66 0.57
Hex A7 4B DA 17 42 0 F 117 42 39
Octal 247 113 332 27 102 0 17 427 102 71
Binary 10100111 1001011 11011010 10111 1000010 0 1111 100010111 1000010 111001

Color Harmonies of #A74BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BDA

Black with #A74BDA

Text Example


Text Example

White with #A74BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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