Html Css Color HEX #A38ECC Cold Purple

📋 copy color: '#A38ECC'

red 163 ◦ green 142 ◦ blue 204

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

Shades of Cold Purple #A38ECC

Tints of Cold Purple #A38ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.9%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 32.02%
G = 27.9%
B = 40.08%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A38ECC (or 0xA38ECC) is known color: Cold Purple. HEX triplet: A3, 8E and CC. RGB value is (163,142,204). Sum of RGB (Red+Green+Blue) = 163+142+204=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A38ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ECC is #5C7133. Grayscale: #9B9B9B. Windows color (decimal): -6058292 or 13405859. OLE color: 13405859.

HSL color Cylindrical-coordinate representation of color #A38ECC: hue angle of 260.32º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38ECC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 142 204 -
CMYK 0.20 0.30 0 0.2
HSL 260.32º 0.38% 0.68% -
HSV(B) 260.32º 0.3% 0.8% -
XYZ 35.68 31.49 61.32 -
YUV 155.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 163 142 204 0.20 0.30 0 0.2 260.32 0.38 0.68
Hex A3 8E CC 14 1E 0 14 104 26 44
Octal 243 216 314 24 36 0 24 404 46 104
Binary 10100011 10001110 11001100 10100 11110 0 10100 100000100 100110 1000100

Color Harmonies of #A38ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ECC

Black with #A38ECC

Text Example


Text Example

White with #A38ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ECC; }

 p { color: rgb(163,142,204); }

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

background-color css

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

 a { background-color: rgb(163,142,204); }

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

border-color css

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

 span { border-color: rgb(163,142,204); }

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