Html Css Color HEX #A385CB Cold Purple

📋 copy color: '#A385CB'

red 163 ◦ green 133 ◦ blue 203

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

Shades of Cold Purple #A385CB

Tints of Cold Purple #A385CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.65%

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

R = 32.67%
G = 26.65%
B = 40.68%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A385CB (or 0xA385CB) is known color: Cold Purple. HEX triplet: A3, 85 and CB. RGB value is (163,133,203). Sum of RGB (Red+Green+Blue) = 163+133+203=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #A385CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CB is #5C7A34. Grayscale: #959595. Windows color (decimal): -6060597 or 13338019. OLE color: 13338019.

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

Color convert

RGB 163 133 203 -
CMYK 0.20 0.34 0 0.20
HSL 265.71º 0.4% 0.66% -
HSV(B) 265.71º 0.34% 0.8% -
XYZ 34.27 28.87 60.27 -
YUV 149.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 163 133 203 0.20 0.34 0 0.20 265.71 0.4 0.66
Hex A3 85 CB 14 22 0 14 10A 28 42
Octal 243 205 313 24 42 0 24 412 50 102
Binary 10100011 10000101 11001011 10100 100010 0 10100 100001010 101000 1000010

Color Harmonies of #A385CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385CB

Black with #A385CB

Text Example


Text Example

White with #A385CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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