Html Css Color HEX #A38FBE Cold Purple

📋 copy color: '#A38FBE'

red 163 ◦ green 143 ◦ blue 190

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

Shades of Cold Purple #A38FBE

Tints of Cold Purple #A38FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 32.86%
G = 28.83%
B = 38.31%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A38FBE (or 0xA38FBE) is known color: Cold Purple. HEX triplet: A3, 8F and BE. RGB value is (163,143,190). Sum of RGB (Red+Green+Blue) = 163+143+190=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A38FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FBE is #5C7041. Grayscale: #9A9A9A. Windows color (decimal): -6058050 or 12488611. OLE color: 12488611.

HSL color Cylindrical-coordinate representation of color #A38FBE: hue angle of 265.53º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A38FBE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 143 190 -
CMYK 0.14 0.25 0 0.25
HSL 265.53º 0.27% 0.65% -
HSV(B) 265.53º 0.25% 0.75% -
XYZ 34.22 31.15 52.92 -
YUV 154.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 163 143 190 0.14 0.25 0 0.25 265.53 0.27 0.65
Hex A3 8F BE E 19 0 19 10A 1B 41
Octal 243 217 276 16 31 0 31 412 33 101
Binary 10100011 10001111 10111110 1110 11001 0 11001 100001010 11011 1000001

Color Harmonies of #A38FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FBE

Black with #A38FBE

Text Example


Text Example

White with #A38FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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