Html Css Color HEX #A446DA Dark Orchid

📋 copy color: '#A446DA'

red 164 ◦ green 70 ◦ blue 218

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

Shades of Dark Orchid #A446DA

Tints of Dark Orchid #A446DA

RGB

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

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

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

R = 36.28%
G = 15.49%
B = 48.23%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A446DA (or 0xA446DA) is known color: Dark Orchid. HEX triplet: A4, 46 and DA. RGB value is (164,70,218). Sum of RGB (Red+Green+Blue) = 164+70+218=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #A446DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446DA is #5BB925. Grayscale: #727272. Windows color (decimal): -6011174 or 14304932. OLE color: 14304932.

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

Color convert

RGB 164 70 218 -
CMYK 0.25 0.68 0 0.15
HSL 278.11º 0.67% 0.56% -
HSV(B) 278.11º 0.68% 0.85% -
XYZ 30.15 17.33 68.09 -
YUV 114.98 186.14 162.97 -
System Red Green Blue C M Y K H S L
Decimal 164 70 218 0.25 0.68 0 0.15 278.11 0.67 0.56
Hex A4 46 DA 19 44 0 F 116 43 38
Octal 244 106 332 31 104 0 17 426 103 70
Binary 10100100 1000110 11011010 11001 1000100 0 1111 100010110 1000011 111000

Color Harmonies of #A446DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446DA

Black with #A446DA

Text Example


Text Example

White with #A446DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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