Html Css Color HEX #A744CA Dark Orchid

📋 copy color: '#A744CA'

red 167 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #A744CA

Tints of Dark Orchid #A744CA

RGB

 RED value IS 167 (65.63% from 255) = 38.22%

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

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

R = 38.22%
G = 15.56%
B = 46.22%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A744CA (or 0xA744CA) is known color: Dark Orchid. HEX triplet: A7, 44 and CA. RGB value is (167,68,202). Sum of RGB (Red+Green+Blue) = 167+68+202=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #A744CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744CA is #58BB35. Grayscale: #707070. Windows color (decimal): -5815094 or 13255847. OLE color: 13255847.

HSL color Cylindrical-coordinate representation of color #A744CA: hue angle of 284.33º 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 #A744CA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 68 202 -
CMYK 0.17 0.66 0 0.21
HSL 284.33º 0.56% 0.53% -
HSV(B) 284.33º 0.66% 0.79% -
XYZ 28.66 16.61 57.57 -
YUV 112.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 167 68 202 0.17 0.66 0 0.21 284.33 0.56 0.53
Hex A7 44 CA 11 42 0 15 11C 38 35
Octal 247 104 312 21 102 0 25 434 70 65
Binary 10100111 1000100 11001010 10001 1000010 0 10101 100011100 111000 110101

Color Harmonies of #A744CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A744CA

Black with #A744CA

Text Example


Text Example

White with #A744CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A744CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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