Html Css Color HEX #A737B5 Dark Orchid

📋 copy color: '#A737B5'

red 167 ◦ green 55 ◦ blue 181

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

Shades of Dark Orchid #A737B5

Tints of Dark Orchid #A737B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.91%

R = 41.44%
G = 13.65%
B = 44.91%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A737B5 (or 0xA737B5) is known color: Dark Orchid. HEX triplet: A7, 37 and B5. RGB value is (167,55,181). Sum of RGB (Red+Green+Blue) = 167+55+181=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #A737B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737B5 is #58C84A. Grayscale: #666666. Windows color (decimal): -5818443 or 11876263. OLE color: 11876263.

HSL color Cylindrical-coordinate representation of color #A737B5: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A737B5 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 55 181 -
CMYK 0.08 0.70 0 0.29
HSL 293.33º 0.53% 0.46% -
HSV(B) 293.33º 0.7% 0.71% -
XYZ 25.64 14.28 45.12 -
YUV 102.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 167 55 181 0.08 0.70 0 0.29 293.33 0.53 0.46
Hex A7 37 B5 8 46 0 1D 125 35 2E
Octal 247 67 265 10 106 0 35 445 65 56
Binary 10100111 110111 10110101 1000 1000110 0 11101 100100101 110101 101110

Color Harmonies of #A737B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A737B5

Black with #A737B5

Text Example


Text Example

White with #A737B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A737B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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