Html Css Color HEX #A237AE Dark Orchid

📋 copy color: '#A237AE'

red 162 ◦ green 55 ◦ blue 174

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

Shades of Dark Orchid #A237AE

Tints of Dark Orchid #A237AE

RGB

 RED value IS 162 (63.67% from 255) = 41.43%

 GREEN value IS 55 (21.88% from 255) = 14.07%

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

R = 41.43%
G = 14.07%
B = 44.5%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A237AE (or 0xA237AE) is known color: Dark Orchid. HEX triplet: A2, 37 and AE. RGB value is (162,55,174). Sum of RGB (Red+Green+Blue) = 162+55+174=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #A237AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A237AE is #5DC851. Grayscale: #646464. Windows color (decimal): -6146130 or 11417506. OLE color: 11417506.

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

Color convert

RGB 162 55 174 -
CMYK 0.07 0.68 0 0.32
HSL 293.95º 0.52% 0.45% -
HSV(B) 293.95º 0.68% 0.68% -
XYZ 23.91 13.47 41.38 -
YUV 100.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 162 55 174 0.07 0.68 0 0.32 293.95 0.52 0.45
Hex A2 37 AE 7 44 0 20 126 34 2D
Octal 242 67 256 7 104 0 40 446 64 55
Binary 10100010 110111 10101110 111 1000100 0 100000 100100110 110100 101101

Color Harmonies of #A237AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237AE

Black with #A237AE

Text Example


Text Example

White with #A237AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237AE; }

 p { color: rgb(162,55,174); }

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

background-color css

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

 a { background-color: rgb(162,55,174); }

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

border-color css

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

 span { border-color: rgb(162,55,174); }

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