Html Css Color HEX #A38CCC Cold Purple

📋 copy color: '#A38CCC'

red 163 ◦ green 140 ◦ blue 204

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

Shades of Cold Purple #A38CCC

Tints of Cold Purple #A38CCC

RGB

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

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

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

R = 32.15%
G = 27.61%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A38CCC (or 0xA38CCC) is known color: Cold Purple. HEX triplet: A3, 8C and CC. RGB value is (163,140,204). Sum of RGB (Red+Green+Blue) = 163+140+204=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A38CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CCC is #5C7333. Grayscale: #999999. Windows color (decimal): -6058804 or 13405347. OLE color: 13405347.

HSL color Cylindrical-coordinate representation of color #A38CCC: hue angle of 261.56º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38CCC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 140 204 -
CMYK 0.20 0.31 0 0.2
HSL 261.56º 0.39% 0.67% -
HSV(B) 261.56º 0.31% 0.8% -
XYZ 35.38 30.9 61.23 -
YUV 154.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 163 140 204 0.20 0.31 0 0.2 261.56 0.39 0.67
Hex A3 8C CC 14 1F 0 14 106 27 43
Octal 243 214 314 24 37 0 24 406 47 103
Binary 10100011 10001100 11001100 10100 11111 0 10100 100000110 100111 1000011

Color Harmonies of #A38CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CCC

Black with #A38CCC

Text Example


Text Example

White with #A38CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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