Html Css Color HEX #A450DB Medium Orchid

📋 copy color: '#A450DB'

red 164 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #A450DB

Tints of Medium Orchid #A450DB

RGB

 RED value IS 164 (64.45% from 255) = 35.42%

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 35.42%
G = 17.28%
B = 47.3%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A450DB (or 0xA450DB) is known color: Medium Orchid. HEX triplet: A4, 50 and DB. RGB value is (164,80,219). Sum of RGB (Red+Green+Blue) = 164+80+219=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A450DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450DB is #5BAF24. Grayscale: #787878. Windows color (decimal): -6008613 or 14373028. OLE color: 14373028.

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

Color convert

RGB 164 80 219 -
CMYK 0.25 0.63 0 0.14
HSL 276.26º 0.66% 0.59% -
HSV(B) 276.26º 0.63% 0.86% -
XYZ 30.96 18.74 69 -
YUV 120.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 164 80 219 0.25 0.63 0 0.14 276.26 0.66 0.59
Hex A4 50 DB 19 3F 0 E 114 42 3B
Octal 244 120 333 31 77 0 16 424 102 73
Binary 10100100 1010000 11011011 11001 111111 0 1110 100010100 1000010 111011

Color Harmonies of #A450DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450DB

Black with #A450DB

Text Example


Text Example

White with #A450DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450DB; }

 p { color: rgb(164,80,219); }

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

background-color css

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

 a { background-color: rgb(164,80,219); }

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

border-color css

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

 span { border-color: rgb(164,80,219); }

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