Html Css Color HEX #A644CD Dark Orchid

📋 copy color: '#A644CD'

red 166 ◦ green 68 ◦ blue 205

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

Shades of Dark Orchid #A644CD

Tints of Dark Orchid #A644CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 37.81%
G = 15.49%
B = 46.7%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A644CD (or 0xA644CD) is known color: Dark Orchid. HEX triplet: A6, 44 and CD. RGB value is (166,68,205). Sum of RGB (Red+Green+Blue) = 166+68+205=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #A644CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644CD is #59BB32. Grayscale: #707070. Windows color (decimal): -5880627 or 13452454. OLE color: 13452454.

HSL color Cylindrical-coordinate representation of color #A644CD: hue angle of 282.92º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A644CD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 68 205 -
CMYK 0.19 0.67 0 0.20
HSL 282.92º 0.58% 0.54% -
HSV(B) 282.92º 0.67% 0.8% -
XYZ 28.81 16.65 59.45 -
YUV 112.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 166 68 205 0.19 0.67 0 0.20 282.92 0.58 0.54
Hex A6 44 CD 13 43 0 14 11B 3A 36
Octal 246 104 315 23 103 0 24 433 72 66
Binary 10100110 1000100 11001101 10011 1000011 0 10100 100011011 111010 110110

Color Harmonies of #A644CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644CD

Black with #A644CD

Text Example


Text Example

White with #A644CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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