Html Css Color HEX #A237CD Dark Orchid

📋 copy color: '#A237CD'

red 162 ◦ green 55 ◦ blue 205

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

Shades of Dark Orchid #A237CD

Tints of Dark Orchid #A237CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 38.39%
G = 13.03%
B = 48.58%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A237CD (or 0xA237CD) is known color: Dark Orchid. HEX triplet: A2, 37 and CD. RGB value is (162,55,205). Sum of RGB (Red+Green+Blue) = 162+55+205=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #A237CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237CD is #5DC832. Grayscale: #676767. Windows color (decimal): -6146099 or 13449122. OLE color: 13449122.

HSL color Cylindrical-coordinate representation of color #A237CD: hue angle of 282.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A237CD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 55 205 -
CMYK 0.21 0.73 0 0.20
HSL 282.8º 0.6% 0.51% -
HSV(B) 282.8º 0.73% 0.8% -
XYZ 27.29 14.82 59.18 -
YUV 104.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 162 55 205 0.21 0.73 0 0.20 282.8 0.6 0.51
Hex A2 37 CD 15 49 0 14 11B 3C 33
Octal 242 67 315 25 111 0 24 433 74 63
Binary 10100010 110111 11001101 10101 1001001 0 10100 100011011 111100 110011

Color Harmonies of #A237CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237CD

Black with #A237CD

Text Example


Text Example

White with #A237CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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