Html Css Color HEX #A38FCC Cold Purple

📋 copy color: '#A38FCC'

red 163 ◦ green 143 ◦ blue 204

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

Shades of Cold Purple #A38FCC

Tints of Cold Purple #A38FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.04%

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

R = 31.96%
G = 28.04%
B = 40%

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

#A38FCC (or 0xA38FCC) is known color: Cold Purple. HEX triplet: A3, 8F and CC. RGB value is (163,143,204). Sum of RGB (Red+Green+Blue) = 163+143+204=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #A38FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FCC is #5C7033. Grayscale: #9B9B9B. Windows color (decimal): -6058036 or 13406115. OLE color: 13406115.

HSL color Cylindrical-coordinate representation of color #A38FCC: hue angle of 259.67º degrees, saturation: 0.37, 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 #A38FCC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 143 204 -
CMYK 0.20 0.30 0 0.2
HSL 259.67º 0.37% 0.68% -
HSV(B) 259.67º 0.3% 0.8% -
XYZ 35.83 31.79 61.37 -
YUV 155.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 163 143 204 0.20 0.30 0 0.2 259.67 0.37 0.68
Hex A3 8F CC 14 1E 0 14 104 25 44
Octal 243 217 314 24 36 0 24 404 45 104
Binary 10100011 10001111 11001100 10100 11110 0 10100 100000100 100101 1000100

Color Harmonies of #A38FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FCC

Black with #A38FCC

Text Example


Text Example

White with #A38FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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