Html Css Color HEX #A446D6 Dark Orchid

📋 copy color: '#A446D6'

red 164 ◦ green 70 ◦ blue 214

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

Shades of Dark Orchid #A446D6

Tints of Dark Orchid #A446D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.77%

R = 36.61%
G = 15.63%
B = 47.77%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A446D6 (or 0xA446D6) is known color: Dark Orchid. HEX triplet: A4, 46 and D6. RGB value is (164,70,214). Sum of RGB (Red+Green+Blue) = 164+70+214=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #A446D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446D6 is #5BB929. Grayscale: #727272. Windows color (decimal): -6011178 or 14042788. OLE color: 14042788.

HSL color Cylindrical-coordinate representation of color #A446D6: hue angle of 279.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A446D6 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 70 214 -
CMYK 0.23 0.67 0 0.16
HSL 279.17º 0.64% 0.56% -
HSV(B) 279.17º 0.67% 0.84% -
XYZ 29.64 17.13 65.36 -
YUV 114.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 164 70 214 0.23 0.67 0 0.16 279.17 0.64 0.56
Hex A4 46 D6 17 43 0 10 117 40 38
Octal 244 106 326 27 103 0 20 427 100 70
Binary 10100100 1000110 11010110 10111 1000011 0 10000 100010111 1000000 111000

Color Harmonies of #A446D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446D6

Black with #A446D6

Text Example


Text Example

White with #A446D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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