Html Css Color HEX #A38DBE Cold Purple

📋 copy color: '#A38DBE'

red 163 ◦ green 141 ◦ blue 190

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

Shades of Cold Purple #A38DBE

Tints of Cold Purple #A38DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 33%
G = 28.54%
B = 38.46%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A38DBE (or 0xA38DBE) is known color: Cold Purple. HEX triplet: A3, 8D and BE. RGB value is (163,141,190). Sum of RGB (Red+Green+Blue) = 163+141+190=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A38DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DBE is #5C7241. Grayscale: #989898. Windows color (decimal): -6058562 or 12488099. OLE color: 12488099.

HSL color Cylindrical-coordinate representation of color #A38DBE: hue angle of 266.94º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A38DBE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 141 190 -
CMYK 0.14 0.26 0 0.25
HSL 266.94º 0.27% 0.65% -
HSV(B) 266.94º 0.26% 0.75% -
XYZ 33.92 30.55 52.82 -
YUV 153.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 163 141 190 0.14 0.26 0 0.25 266.94 0.27 0.65
Hex A3 8D BE E 1A 0 19 10B 1B 41
Octal 243 215 276 16 32 0 31 413 33 101
Binary 10100011 10001101 10111110 1110 11010 0 11001 100001011 11011 1000001

Color Harmonies of #A38DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DBE

Black with #A38DBE

Text Example


Text Example

White with #A38DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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