Html Css Color HEX #A38CC9 Cold Purple

📋 copy color: '#A38CC9'

red 163 ◦ green 140 ◦ blue 201

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

Shades of Cold Purple #A38CC9

Tints of Cold Purple #A38CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.88%

R = 32.34%
G = 27.78%
B = 39.88%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A38CC9 (or 0xA38CC9) is known color: Cold Purple. HEX triplet: A3, 8C and C9. RGB value is (163,140,201). Sum of RGB (Red+Green+Blue) = 163+140+201=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #A38CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CC9 is #5C7336. Grayscale: #999999. Windows color (decimal): -6058807 or 13208739. OLE color: 13208739.

HSL color Cylindrical-coordinate representation of color #A38CC9: hue angle of 262.62º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38CC9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 140 201 -
CMYK 0.19 0.30 0 0.21
HSL 262.62º 0.36% 0.67% -
HSV(B) 262.62º 0.3% 0.79% -
XYZ 35.02 30.76 59.35 -
YUV 153.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 163 140 201 0.19 0.30 0 0.21 262.62 0.36 0.67
Hex A3 8C C9 13 1E 0 15 107 24 43
Octal 243 214 311 23 36 0 25 407 44 103
Binary 10100011 10001100 11001001 10011 11110 0 10101 100000111 100100 1000011

Color Harmonies of #A38CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CC9

Black with #A38CC9

Text Example


Text Example

White with #A38CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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