Html Css Color HEX #A446DB Dark Orchid

📋 copy color: '#A446DB'

red 164 ◦ green 70 ◦ blue 219

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

Shades of Dark Orchid #A446DB

Tints of Dark Orchid #A446DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.45%

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

R = 36.2%
G = 15.45%
B = 48.34%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A446DB (or 0xA446DB) is known color: Dark Orchid. HEX triplet: A4, 46 and DB. RGB value is (164,70,219). Sum of RGB (Red+Green+Blue) = 164+70+219=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #A446DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446DB is #5BB924. Grayscale: #727272. Windows color (decimal): -6011173 or 14370468. OLE color: 14370468.

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

Color convert

RGB 164 70 219 -
CMYK 0.25 0.68 0 0.14
HSL 277.85º 0.67% 0.57% -
HSV(B) 277.85º 0.68% 0.86% -
XYZ 30.29 17.39 68.78 -
YUV 115.09 186.64 162.88 -
System Red Green Blue C M Y K H S L
Decimal 164 70 219 0.25 0.68 0 0.14 277.85 0.67 0.57
Hex A4 46 DB 19 44 0 E 116 43 39
Octal 244 106 333 31 104 0 16 426 103 71
Binary 10100100 1000110 11011011 11001 1000100 0 1110 100010110 1000011 111001

Color Harmonies of #A446DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446DB

Black with #A446DB

Text Example


Text Example

White with #A446DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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