Html Css Color HEX #A237BA Dark Orchid

📋 copy color: '#A237BA'

red 162 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #A237BA

Tints of Dark Orchid #A237BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 40.2%
G = 13.65%
B = 46.15%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A237BA (or 0xA237BA) is known color: Dark Orchid. HEX triplet: A2, 37 and BA. RGB value is (162,55,186). Sum of RGB (Red+Green+Blue) = 162+55+186=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #A237BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237BA is #5DC845. Grayscale: #656565. Windows color (decimal): -6146118 or 12203938. OLE color: 12203938.

HSL color Cylindrical-coordinate representation of color #A237BA: hue angle of 289.01º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A237BA is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 55 186 -
CMYK 0.13 0.70 0 0.27
HSL 289.01º 0.54% 0.47% -
HSV(B) 289.01º 0.7% 0.73% -
XYZ 25.13 13.96 47.82 -
YUV 101.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 162 55 186 0.13 0.70 0 0.27 289.01 0.54 0.47
Hex A2 37 BA D 46 0 1B 121 36 2F
Octal 242 67 272 15 106 0 33 441 66 57
Binary 10100010 110111 10111010 1101 1000110 0 11011 100100001 110110 101111

Color Harmonies of #A237BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237BA

Black with #A237BA

Text Example


Text Example

White with #A237BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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