Html Css Color HEX #A644CC Dark Orchid

📋 copy color: '#A644CC'

red 166 ◦ green 68 ◦ blue 204

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

Shades of Dark Orchid #A644CC

Tints of Dark Orchid #A644CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 37.9%
G = 15.53%
B = 46.58%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A644CC (or 0xA644CC) is known color: Dark Orchid. HEX triplet: A6, 44 and CC. RGB value is (166,68,204). Sum of RGB (Red+Green+Blue) = 166+68+204=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #A644CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644CC is #59BB33. Grayscale: #707070. Windows color (decimal): -5880628 or 13386918. OLE color: 13386918.

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

Color convert

RGB 166 68 204 -
CMYK 0.19 0.67 0 0.2
HSL 283.24º 0.57% 0.53% -
HSV(B) 283.24º 0.67% 0.8% -
XYZ 28.69 16.6 58.82 -
YUV 112.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 166 68 204 0.19 0.67 0 0.2 283.24 0.57 0.53
Hex A6 44 CC 13 43 0 14 11B 39 35
Octal 246 104 314 23 103 0 24 433 71 65
Binary 10100110 1000100 11001100 10011 1000011 0 10100 100011011 111001 110101

Color Harmonies of #A644CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644CC

Black with #A644CC

Text Example


Text Example

White with #A644CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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