Html Css Color HEX #A337CB Dark Orchid

📋 copy color: '#A337CB'

red 163 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #A337CB

Tints of Dark Orchid #A337CB

RGB

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

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

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

R = 38.72%
G = 13.06%
B = 48.22%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A337CB (or 0xA337CB) is known color: Dark Orchid. HEX triplet: A3, 37 and CB. RGB value is (163,55,203). Sum of RGB (Red+Green+Blue) = 163+55+203=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #A337CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A337CB is #5CC834. Grayscale: #676767. Windows color (decimal): -6080565 or 13318051. OLE color: 13318051.

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

Color convert

RGB 163 55 203 -
CMYK 0.20 0.73 0 0.20
HSL 283.78º 0.59% 0.51% -
HSV(B) 283.78º 0.73% 0.8% -
XYZ 27.25 14.83 57.93 -
YUV 104.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 163 55 203 0.20 0.73 0 0.20 283.78 0.59 0.51
Hex A3 37 CB 14 49 0 14 11C 3B 33
Octal 243 67 313 24 111 0 24 434 73 63
Binary 10100011 110111 11001011 10100 1001001 0 10100 100011100 111011 110011

Color Harmonies of #A337CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A337CB

Black with #A337CB

Text Example


Text Example

White with #A337CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A337CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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