Html Css Color HEX #A237DF Dark Orchid

📋 copy color: '#A237DF'

red 162 ◦ green 55 ◦ blue 223

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

Shades of Dark Orchid #A237DF

Tints of Dark Orchid #A237DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 36.82%
G = 12.5%
B = 50.68%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A237DF (or 0xA237DF) is known color: Dark Orchid. HEX triplet: A2, 37 and DF. RGB value is (162,55,223). Sum of RGB (Red+Green+Blue) = 162+55+223=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A237DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237DF is #5DC820. Grayscale: #696969. Windows color (decimal): -6146081 or 14628770. OLE color: 14628770.

HSL color Cylindrical-coordinate representation of color #A237DF: hue angle of 278.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A237DF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 55 223 -
CMYK 0.27 0.75 0 0.13
HSL 278.21º 0.72% 0.55% -
HSV(B) 278.21º 0.75% 0.87% -
XYZ 29.59 15.74 71.29 -
YUV 106.15 193.95 167.84 -
System Red Green Blue C M Y K H S L
Decimal 162 55 223 0.27 0.75 0 0.13 278.21 0.72 0.55
Hex A2 37 DF 1B 4B 0 D 116 48 37
Octal 242 67 337 33 113 0 15 426 110 67
Binary 10100010 110111 11011111 11011 1001011 0 1101 100010110 1001000 110111

Color Harmonies of #A237DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237DF

Black with #A237DF

Text Example


Text Example

White with #A237DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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