Html Css Color HEX #A38BCE Cold Purple

📋 copy color: '#A38BCE'

red 163 ◦ green 139 ◦ blue 206

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

Shades of Cold Purple #A38BCE

Tints of Cold Purple #A38BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.36%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 32.09%
G = 27.36%
B = 40.55%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A38BCE (or 0xA38BCE) is known color: Cold Purple. HEX triplet: A3, 8B and CE. RGB value is (163,139,206). Sum of RGB (Red+Green+Blue) = 163+139+206=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A38BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BCE is #5C7431. Grayscale: #999999. Windows color (decimal): -6059058 or 13536163. OLE color: 13536163.

HSL color Cylindrical-coordinate representation of color #A38BCE: hue angle of 261.49º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A38BCE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 139 206 -
CMYK 0.21 0.33 0 0.19
HSL 261.49º 0.41% 0.68% -
HSV(B) 261.49º 0.33% 0.81% -
XYZ 35.48 30.71 62.45 -
YUV 153.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 163 139 206 0.21 0.33 0 0.19 261.49 0.41 0.68
Hex A3 8B CE 15 21 0 13 105 29 44
Octal 243 213 316 25 41 0 23 405 51 104
Binary 10100011 10001011 11001110 10101 100001 0 10011 100000101 101001 1000100

Color Harmonies of #A38BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BCE

Black with #A38BCE

Text Example


Text Example

White with #A38BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BCE; }

 p { color: rgb(163,139,206); }

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

background-color css

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

 a { background-color: rgb(163,139,206); }

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

border-color css

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

 span { border-color: rgb(163,139,206); }

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