Html Css Color HEX #A38CCF Cold Purple

📋 copy color: '#A38CCF'

red 163 ◦ green 140 ◦ blue 207

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

Shades of Cold Purple #A38CCF

Tints of Cold Purple #A38CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 31.96%
G = 27.45%
B = 40.59%

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

#A38CCF (or 0xA38CCF) is known color: Cold Purple. HEX triplet: A3, 8C and CF. RGB value is (163,140,207). Sum of RGB (Red+Green+Blue) = 163+140+207=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #A38CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CCF is #5C7330. Grayscale: #9A9A9A. Windows color (decimal): -6058801 or 13601955. OLE color: 13601955.

HSL color Cylindrical-coordinate representation of color #A38CCF: hue angle of 260.6º degrees, saturation: 0.41, 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 #A38CCF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 140 207 -
CMYK 0.21 0.32 0 0.19
HSL 260.6º 0.41% 0.68% -
HSV(B) 260.6º 0.32% 0.81% -
XYZ 35.74 31.05 63.14 -
YUV 154.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 163 140 207 0.21 0.32 0 0.19 260.6 0.41 0.68
Hex A3 8C CF 15 20 0 13 105 29 44
Octal 243 214 317 25 40 0 23 405 51 104
Binary 10100011 10001100 11001111 10101 100000 0 10011 100000101 101001 1000100

Color Harmonies of #A38CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CCF

Black with #A38CCF

Text Example


Text Example

White with #A38CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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