Html Css Color HEX #A638AE Dark Orchid

📋 copy color: '#A638AE'

red 166 ◦ green 56 ◦ blue 174

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

Shades of Dark Orchid #A638AE

Tints of Dark Orchid #A638AE

RGB

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

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

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

R = 41.92%
G = 14.14%
B = 43.94%

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

#A638AE (or 0xA638AE) is known color: Dark Orchid. HEX triplet: A6, 38 and AE. RGB value is (166,56,174). Sum of RGB (Red+Green+Blue) = 166+56+174=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #A638AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A638AE is #59C751. Grayscale: #656565. Windows color (decimal): -5883730 or 11417766. OLE color: 11417766.

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

Color convert

RGB 166 56 174 -
CMYK 0.05 0.68 0 0.32
HSL 295.93º 0.51% 0.45% -
HSV(B) 295.93º 0.68% 0.68% -
XYZ 24.78 13.99 41.44 -
YUV 102.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 166 56 174 0.05 0.68 0 0.32 295.93 0.51 0.45
Hex A6 38 AE 5 44 0 20 128 33 2D
Octal 246 70 256 5 104 0 40 450 63 55
Binary 10100110 111000 10101110 101 1000100 0 100000 100101000 110011 101101

Color Harmonies of #A638AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638AE

Black with #A638AE

Text Example


Text Example

White with #A638AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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