Html Css Color HEX #A38CCE Cold Purple

📋 copy color: '#A38CCE'

red 163 ◦ green 140 ◦ blue 206

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

Shades of Cold Purple #A38CCE

Tints of Cold Purple #A38CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 32.02%
G = 27.5%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A38CCE (or 0xA38CCE) is known color: Cold Purple. HEX triplet: A3, 8C and CE. RGB value is (163,140,206). Sum of RGB (Red+Green+Blue) = 163+140+206=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A38CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CCE is #5C7331. Grayscale: #9A9A9A. Windows color (decimal): -6058802 or 13536419. OLE color: 13536419.

HSL color Cylindrical-coordinate representation of color #A38CCE: hue angle of 260.91º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A38CCE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 140 206 -
CMYK 0.21 0.32 0 0.19
HSL 260.91º 0.4% 0.68% -
HSV(B) 260.91º 0.32% 0.81% -
XYZ 35.62 31 62.5 -
YUV 154.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 163 140 206 0.21 0.32 0 0.19 260.91 0.4 0.68
Hex A3 8C CE 15 20 0 13 105 28 44
Octal 243 214 316 25 40 0 23 405 50 104
Binary 10100011 10001100 11001110 10101 100000 0 10011 100000101 101000 1000100

Color Harmonies of #A38CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CCE

Black with #A38CCE

Text Example


Text Example

White with #A38CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CCE; }

 p { color: rgb(163,140,206); }

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

background-color css

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

 a { background-color: rgb(163,140,206); }

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

border-color css

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

 span { border-color: rgb(163,140,206); }

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