Html Css Color HEX #A387CB Cold Purple

📋 copy color: '#A387CB'

red 163 ◦ green 135 ◦ blue 203

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

Shades of Cold Purple #A387CB

Tints of Cold Purple #A387CB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.95%

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

R = 32.53%
G = 26.95%
B = 40.52%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A387CB (or 0xA387CB) is known color: Cold Purple. HEX triplet: A3, 87 and CB. RGB value is (163,135,203). Sum of RGB (Red+Green+Blue) = 163+135+203=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A387CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387CB is #5C7834. Grayscale: #969696. Windows color (decimal): -6060085 or 13338531. OLE color: 13338531.

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

Color convert

RGB 163 135 203 -
CMYK 0.20 0.33 0 0.20
HSL 264.71º 0.4% 0.66% -
HSV(B) 264.71º 0.33% 0.8% -
XYZ 34.55 29.43 60.36 -
YUV 151.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 163 135 203 0.20 0.33 0 0.20 264.71 0.4 0.66
Hex A3 87 CB 14 21 0 14 109 28 42
Octal 243 207 313 24 41 0 24 411 50 102
Binary 10100011 10000111 11001011 10100 100001 0 10100 100001001 101000 1000010

Color Harmonies of #A387CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387CB

Black with #A387CB

Text Example


Text Example

White with #A387CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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