Html Css Color HEX #A37FCB Cold Purple

📋 copy color: '#A37FCB'

red 163 ◦ green 127 ◦ blue 203

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

Shades of Cold Purple #A37FCB

Tints of Cold Purple #A37FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 25.76%

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

R = 33.06%
G = 25.76%
B = 41.18%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A37FCB (or 0xA37FCB) is known color: Cold Purple. HEX triplet: A3, 7F and CB. RGB value is (163,127,203). Sum of RGB (Red+Green+Blue) = 163+127+203=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #A37FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FCB is #5C8034. Grayscale: #929292. Windows color (decimal): -6062133 or 13336483. OLE color: 13336483.

HSL color Cylindrical-coordinate representation of color #A37FCB: hue angle of 268.42º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37FCB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 127 203 -
CMYK 0.20 0.37 0 0.20
HSL 268.42º 0.42% 0.65% -
HSV(B) 268.42º 0.37% 0.8% -
XYZ 33.47 27.28 60 -
YUV 146.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 163 127 203 0.20 0.37 0 0.20 268.42 0.42 0.65
Hex A3 7F CB 14 25 0 14 10C 2A 41
Octal 243 177 313 24 45 0 24 414 52 101
Binary 10100011 1111111 11001011 10100 100101 0 10100 100001100 101010 1000001

Color Harmonies of #A37FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FCB

Black with #A37FCB

Text Example


Text Example

White with #A37FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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