Html Css Color HEX #A737CB Dark Orchid

📋 copy color: '#A737CB'

red 167 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #A737CB

Tints of Dark Orchid #A737CB

RGB

 RED value IS 167 (65.63% from 255) = 39.29%

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 39.29%
G = 12.94%
B = 47.76%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A737CB (or 0xA737CB) is known color: Dark Orchid. HEX triplet: A7, 37 and CB. RGB value is (167,55,203). Sum of RGB (Red+Green+Blue) = 167+55+203=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #A737CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737CB is #58C834. Grayscale: #686868. Windows color (decimal): -5818421 or 13318055. OLE color: 13318055.

HSL color Cylindrical-coordinate representation of color #A737CB: hue angle of 285.41º degrees, saturation: 0.59, 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 #A737CB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 55 203 -
CMYK 0.18 0.73 0 0.20
HSL 285.41º 0.59% 0.51% -
HSV(B) 285.41º 0.73% 0.8% -
XYZ 28.08 15.26 57.97 -
YUV 105.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 167 55 203 0.18 0.73 0 0.20 285.41 0.59 0.51
Hex A7 37 CB 12 49 0 14 11D 3B 33
Octal 247 67 313 22 111 0 24 435 73 63
Binary 10100111 110111 11001011 10010 1001001 0 10100 100011101 111011 110011

Color Harmonies of #A737CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A737CB

Black with #A737CB

Text Example


Text Example

White with #A737CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A737CB; }

 p { color: rgb(167,55,203); }

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

background-color css

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

 a { background-color: rgb(167,55,203); }

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

border-color css

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

 span { border-color: rgb(167,55,203); }

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