Html Css Color HEX #A38ACE Cold Purple

📋 copy color: '#A38ACE'

red 163 ◦ green 138 ◦ blue 206

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

Shades of Cold Purple #A38ACE

Tints of Cold Purple #A38ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.22%

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

R = 32.15%
G = 27.22%
B = 40.63%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A38ACE (or 0xA38ACE) is known color: Cold Purple. HEX triplet: A3, 8A and CE. RGB value is (163,138,206). Sum of RGB (Red+Green+Blue) = 163+138+206=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #A38ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ACE is #5C7531. Grayscale: #989898. Windows color (decimal): -6059314 or 13535907. OLE color: 13535907.

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

Color convert

RGB 163 138 206 -
CMYK 0.21 0.33 0 0.19
HSL 262.06º 0.41% 0.67% -
HSV(B) 262.06º 0.33% 0.81% -
XYZ 35.33 30.42 62.4 -
YUV 153.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 163 138 206 0.21 0.33 0 0.19 262.06 0.41 0.67
Hex A3 8A CE 15 21 0 13 106 29 43
Octal 243 212 316 25 41 0 23 406 51 103
Binary 10100011 10001010 11001110 10101 100001 0 10011 100000110 101001 1000011

Color Harmonies of #A38ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ACE

Black with #A38ACE

Text Example


Text Example

White with #A38ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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