Html Css Color HEX #A644D1 Dark Orchid

📋 copy color: '#A644D1'

red 166 ◦ green 68 ◦ blue 209

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

Shades of Dark Orchid #A644D1

Tints of Dark Orchid #A644D1

RGB

 RED value IS 166 (65.23% from 255) = 37.47%

 GREEN value IS 68 (26.95% from 255) = 15.35%

 BLUE value IS 209 (82.03% from 255) = 47.18%

R = 37.47%
G = 15.35%
B = 47.18%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A644D1 (or 0xA644D1) is known color: Dark Orchid. HEX triplet: A6, 44 and D1. RGB value is (166,68,209). Sum of RGB (Red+Green+Blue) = 166+68+209=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #A644D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644D1 is #59BB2E. Grayscale: #707070. Windows color (decimal): -5880623 or 13714598. OLE color: 13714598.

HSL color Cylindrical-coordinate representation of color #A644D1: hue angle of 281.7º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A644D1 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 68 209 -
CMYK 0.21 0.67 0 0.18
HSL 281.7º 0.61% 0.54% -
HSV(B) 281.7º 0.67% 0.82% -
XYZ 29.3 16.84 62.03 -
YUV 113.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 166 68 209 0.21 0.67 0 0.18 281.7 0.61 0.54
Hex A6 44 D1 15 43 0 12 11A 3D 36
Octal 246 104 321 25 103 0 22 432 75 66
Binary 10100110 1000100 11010001 10101 1000011 0 10010 100011010 111101 110110

Color Harmonies of #A644D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644D1

Black with #A644D1

Text Example


Text Example

White with #A644D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644D1; }

 p { color: rgb(166,68,209); }

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

background-color css

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

 a { background-color: rgb(166,68,209); }

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

border-color css

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

 span { border-color: rgb(166,68,209); }

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