Html Css Color HEX #A337AB Dark Orchid

📋 copy color: '#A337AB'

red 163 ◦ green 55 ◦ blue 171

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

Shades of Dark Orchid #A337AB

Tints of Dark Orchid #A337AB

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 41.9%
G = 14.14%
B = 43.96%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A337AB (or 0xA337AB) is known color: Dark Orchid. HEX triplet: A3, 37 and AB. RGB value is (163,55,171). Sum of RGB (Red+Green+Blue) = 163+55+171=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A337AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A337AB is #5CC854. Grayscale: #646464. Windows color (decimal): -6080597 or 11220899. OLE color: 11220899.

HSL color Cylindrical-coordinate representation of color #A337AB: hue angle of 295.86º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A337AB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 55 171 -
CMYK 0.05 0.68 0 0.33
HSL 295.86º 0.51% 0.44% -
HSV(B) 295.86º 0.68% 0.67% -
XYZ 23.82 13.46 39.87 -
YUV 100.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 163 55 171 0.05 0.68 0 0.33 295.86 0.51 0.44
Hex A3 37 AB 5 44 0 21 128 33 2C
Octal 243 67 253 5 104 0 41 450 63 54
Binary 10100011 110111 10101011 101 1000100 0 100001 100101000 110011 101100

Color Harmonies of #A337AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A337AB

Black with #A337AB

Text Example


Text Example

White with #A337AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A337AB; }

 p { color: rgb(163,55,171); }

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

background-color css

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

 a { background-color: rgb(163,55,171); }

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

border-color css

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

 span { border-color: rgb(163,55,171); }

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