Html Css Color HEX #A438AD Dark Orchid

📋 copy color: '#A438AD'

red 164 ◦ green 56 ◦ blue 173

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

Shades of Dark Orchid #A438AD

Tints of Dark Orchid #A438AD

RGB

 RED value IS 164 (64.45% from 255) = 41.73%

 GREEN value IS 56 (22.27% from 255) = 14.25%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 41.73%
G = 14.25%
B = 44.02%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A438AD (or 0xA438AD) is known color: Dark Orchid. HEX triplet: A4, 38 and AD. RGB value is (164,56,173). Sum of RGB (Red+Green+Blue) = 164+56+173=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #A438AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A438AD is #5BC752. Grayscale: #656565. Windows color (decimal): -6014803 or 11352228. OLE color: 11352228.

HSL color Cylindrical-coordinate representation of color #A438AD: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A438AD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 56 173 -
CMYK 0.05 0.68 0 0.32
HSL 295.38º 0.51% 0.45% -
HSV(B) 295.38º 0.68% 0.68% -
XYZ 24.27 13.74 40.91 -
YUV 101.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 164 56 173 0.05 0.68 0 0.32 295.38 0.51 0.45
Hex A4 38 AD 5 44 0 20 127 33 2D
Octal 244 70 255 5 104 0 40 447 63 55
Binary 10100100 111000 10101101 101 1000100 0 100000 100100111 110011 101101

Color Harmonies of #A438AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438AD

Black with #A438AD

Text Example


Text Example

White with #A438AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438AD; }

 p { color: rgb(164,56,173); }

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

background-color css

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

 a { background-color: rgb(164,56,173); }

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

border-color css

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

 span { border-color: rgb(164,56,173); }

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