Html Css Color HEX #A237B1 Dark Orchid

📋 copy color: '#A237B1'

red 162 ◦ green 55 ◦ blue 177

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

Shades of Dark Orchid #A237B1

Tints of Dark Orchid #A237B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.92%

R = 41.12%
G = 13.96%
B = 44.92%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A237B1 (or 0xA237B1) is known color: Dark Orchid. HEX triplet: A2, 37 and B1. RGB value is (162,55,177). Sum of RGB (Red+Green+Blue) = 162+55+177=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #A237B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A237B1 is #5DC84E. Grayscale: #646464. Windows color (decimal): -6146127 or 11614114. OLE color: 11614114.

HSL color Cylindrical-coordinate representation of color #A237B1: hue angle of 292.62º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A237B1 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 55 177 -
CMYK 0.08 0.69 0 0.31
HSL 292.62º 0.53% 0.45% -
HSV(B) 292.62º 0.69% 0.69% -
XYZ 24.2 13.59 42.94 -
YUV 100.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 162 55 177 0.08 0.69 0 0.31 292.62 0.53 0.45
Hex A2 37 B1 8 45 0 1F 125 35 2D
Octal 242 67 261 10 105 0 37 445 65 55
Binary 10100010 110111 10110001 1000 1000101 0 11111 100100101 110101 101101

Color Harmonies of #A237B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237B1

Black with #A237B1

Text Example


Text Example

White with #A237B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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