Html Css Color HEX #A38CCA Cold Purple

📋 copy color: '#A38CCA'

red 163 ◦ green 140 ◦ blue 202

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

Shades of Cold Purple #A38CCA

Tints of Cold Purple #A38CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 32.28%
G = 27.72%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A38CCA (or 0xA38CCA) is known color: Cold Purple. HEX triplet: A3, 8C and CA. RGB value is (163,140,202). Sum of RGB (Red+Green+Blue) = 163+140+202=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #A38CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CCA is #5C7335. Grayscale: #999999. Windows color (decimal): -6058806 or 13274275. OLE color: 13274275.

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

Color convert

RGB 163 140 202 -
CMYK 0.19 0.31 0 0.21
HSL 262.26º 0.37% 0.67% -
HSV(B) 262.26º 0.31% 0.79% -
XYZ 35.14 30.81 59.97 -
YUV 153.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 163 140 202 0.19 0.31 0 0.21 262.26 0.37 0.67
Hex A3 8C CA 13 1F 0 15 106 25 43
Octal 243 214 312 23 37 0 25 406 45 103
Binary 10100011 10001100 11001010 10011 11111 0 10101 100000110 100101 1000011

Color Harmonies of #A38CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CCA

Black with #A38CCA

Text Example


Text Example

White with #A38CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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