Html Css Color HEX #A744DA Dark Orchid

📋 copy color: '#A744DA'

red 167 ◦ green 68 ◦ blue 218

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

Shades of Dark Orchid #A744DA

Tints of Dark Orchid #A744DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 36.87%
G = 15.01%
B = 48.12%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A744DA (or 0xA744DA) is known color: Dark Orchid. HEX triplet: A7, 44 and DA. RGB value is (167,68,218). Sum of RGB (Red+Green+Blue) = 167+68+218=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #A744DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744DA is #58BB25. Grayscale: #727272. Windows color (decimal): -5815078 or 14304423. OLE color: 14304423.

HSL color Cylindrical-coordinate representation of color #A744DA: hue angle of 279.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A744DA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 68 218 -
CMYK 0.23 0.69 0 0.15
HSL 279.6º 0.67% 0.56% -
HSV(B) 279.6º 0.69% 0.85% -
XYZ 30.66 17.41 68.07 -
YUV 114.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 167 68 218 0.23 0.69 0 0.15 279.6 0.67 0.56
Hex A7 44 DA 17 45 0 F 118 43 38
Octal 247 104 332 27 105 0 17 430 103 70
Binary 10100111 1000100 11011010 10111 1000101 0 1111 100011000 1000011 111000

Color Harmonies of #A744DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A744DA

Black with #A744DA

Text Example


Text Example

White with #A744DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A744DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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