Html Css Color HEX #A451DB Medium Orchid

📋 copy color: '#A451DB'

red 164 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #A451DB

Tints of Medium Orchid #A451DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

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

R = 35.34%
G = 17.46%
B = 47.2%

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

#A451DB (or 0xA451DB) is known color: Medium Orchid. HEX triplet: A4, 51 and DB. RGB value is (164,81,219). Sum of RGB (Red+Green+Blue) = 164+81+219=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #A451DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451DB is #5BAE24. Grayscale: #797979. Windows color (decimal): -6008357 or 14373284. OLE color: 14373284.

HSL color Cylindrical-coordinate representation of color #A451DB: hue angle of 276.09º 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 #A451DB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 81 219 -
CMYK 0.25 0.63 0 0.14
HSL 276.09º 0.66% 0.59% -
HSV(B) 276.09º 0.63% 0.86% -
XYZ 31.04 18.89 69.03 -
YUV 121.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 164 81 219 0.25 0.63 0 0.14 276.09 0.66 0.59
Hex A4 51 DB 19 3F 0 E 114 42 3B
Octal 244 121 333 31 77 0 16 424 102 73
Binary 10100100 1010001 11011011 11001 111111 0 1110 100010100 1000010 111011

Color Harmonies of #A451DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A451DB

Black with #A451DB

Text Example


Text Example

White with #A451DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A451DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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