Html Css Color HEX #A237BC Dark Orchid

📋 copy color: '#A237BC'

red 162 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #A237BC

Tints of Dark Orchid #A237BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 40%
G = 13.58%
B = 46.42%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A237BC (or 0xA237BC) is known color: Dark Orchid. HEX triplet: A2, 37 and BC. RGB value is (162,55,188). Sum of RGB (Red+Green+Blue) = 162+55+188=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #A237BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237BC is #5DC843. Grayscale: #656565. Windows color (decimal): -6146116 or 12335010. OLE color: 12335010.

HSL color Cylindrical-coordinate representation of color #A237BC: hue angle of 288.27º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A237BC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 55 188 -
CMYK 0.14 0.71 0 0.26
HSL 288.27º 0.55% 0.48% -
HSV(B) 288.27º 0.71% 0.74% -
XYZ 25.34 14.04 48.95 -
YUV 102.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 162 55 188 0.14 0.71 0 0.26 288.27 0.55 0.48
Hex A2 37 BC E 47 0 1A 120 37 30
Octal 242 67 274 16 107 0 32 440 67 60
Binary 10100010 110111 10111100 1110 1000111 0 11010 100100000 110111 110000

Color Harmonies of #A237BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237BC

Black with #A237BC

Text Example


Text Example

White with #A237BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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