Html Css Color HEX #A38DBB Cold Purple

📋 copy color: '#A38DBB'

red 163 ◦ green 141 ◦ blue 187

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

Shades of Cold Purple #A38DBB

Tints of Cold Purple #A38DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.72%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 33.2%
G = 28.72%
B = 38.09%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A38DBB (or 0xA38DBB) is known color: Cold Purple. HEX triplet: A3, 8D and BB. RGB value is (163,141,187). Sum of RGB (Red+Green+Blue) = 163+141+187=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #A38DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DBB is #5C7244. Grayscale: #989898. Windows color (decimal): -6058565 or 12291491. OLE color: 12291491.

HSL color Cylindrical-coordinate representation of color #A38DBB: hue angle of 268.7º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A38DBB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 141 187 -
CMYK 0.13 0.25 0 0.27
HSL 268.7º 0.25% 0.64% -
HSV(B) 268.7º 0.25% 0.73% -
XYZ 33.6 30.42 51.12 -
YUV 152.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 163 141 187 0.13 0.25 0 0.27 268.7 0.25 0.64
Hex A3 8D BB D 19 0 1B 10D 19 40
Octal 243 215 273 15 31 0 33 415 31 100
Binary 10100011 10001101 10111011 1101 11001 0 11011 100001101 11001 1000000

Color Harmonies of #A38DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DBB

Black with #A38DBB

Text Example


Text Example

White with #A38DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DBB; }

 p { color: rgb(163,141,187); }

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

background-color css

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

 a { background-color: rgb(163,141,187); }

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

border-color css

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

 span { border-color: rgb(163,141,187); }

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