Html Css Color HEX #A438AE Dark Orchid

📋 copy color: '#A438AE'

red 164 ◦ green 56 ◦ blue 174

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

Shades of Dark Orchid #A438AE

Tints of Dark Orchid #A438AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 41.62%
G = 14.21%
B = 44.16%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A438AE (or 0xA438AE) is known color: Dark Orchid. HEX triplet: A4, 38 and AE. RGB value is (164,56,174). Sum of RGB (Red+Green+Blue) = 164+56+174=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #A438AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A438AE is #5BC751. Grayscale: #656565. Windows color (decimal): -6014802 or 11417764. OLE color: 11417764.

HSL color Cylindrical-coordinate representation of color #A438AE: hue angle of 294.92º 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 #A438AE is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 56 174 -
CMYK 0.06 0.68 0 0.32
HSL 294.92º 0.51% 0.45% -
HSV(B) 294.92º 0.68% 0.68% -
XYZ 24.36 13.78 41.42 -
YUV 101.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 164 56 174 0.06 0.68 0 0.32 294.92 0.51 0.45
Hex A4 38 AE 6 44 0 20 127 33 2D
Octal 244 70 256 6 104 0 40 447 63 55
Binary 10100100 111000 10101110 110 1000100 0 100000 100100111 110011 101101

Color Harmonies of #A438AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438AE

Black with #A438AE

Text Example


Text Example

White with #A438AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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