Html Css Color HEX #A644CA Dark Orchid

📋 copy color: '#A644CA'

red 166 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #A644CA

Tints of Dark Orchid #A644CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 38.07%
G = 15.6%
B = 46.33%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A644CA (or 0xA644CA) is known color: Dark Orchid. HEX triplet: A6, 44 and CA. RGB value is (166,68,202). Sum of RGB (Red+Green+Blue) = 166+68+202=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #A644CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644CA is #59BB35. Grayscale: #707070. Windows color (decimal): -5880630 or 13255846. OLE color: 13255846.

HSL color Cylindrical-coordinate representation of color #A644CA: hue angle of 283.88º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A644CA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 68 202 -
CMYK 0.18 0.66 0 0.21
HSL 283.88º 0.56% 0.53% -
HSV(B) 283.88º 0.66% 0.79% -
XYZ 28.45 16.51 57.56 -
YUV 112.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 166 68 202 0.18 0.66 0 0.21 283.88 0.56 0.53
Hex A6 44 CA 12 42 0 15 11C 38 35
Octal 246 104 312 22 102 0 25 434 70 65
Binary 10100110 1000100 11001010 10010 1000010 0 10101 100011100 111000 110101

Color Harmonies of #A644CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644CA

Black with #A644CA

Text Example


Text Example

White with #A644CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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