Html Css Color HEX #A39BE1 Wistful

📋 copy color: '#A39BE1'

red 163 ◦ green 155 ◦ blue 225

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

Shades of Wistful #A39BE1

Tints of Wistful #A39BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.55%

 BLUE value IS 225 (88.28% from 255) = 41.44%

R = 30.02%
G = 28.55%
B = 41.44%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A39BE1 (or 0xA39BE1) is known color: Wistful. HEX triplet: A3, 9B and E1. RGB value is (163,155,225). Sum of RGB (Red+Green+Blue) = 163+155+225=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #A39BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BE1 is #5C641E. Grayscale: #A5A5A5. Windows color (decimal): -6054943 or 14785443. OLE color: 14785443.

HSL color Cylindrical-coordinate representation of color #A39BE1: hue angle of 246.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A39BE1 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 155 225 -
CMYK 0.28 0.31 0 0.12
HSL 246.86º 0.54% 0.75% -
HSV(B) 246.86º 0.31% 0.88% -
XYZ 40.42 36.67 76.18 -
YUV 165.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 163 155 225 0.28 0.31 0 0.12 246.86 0.54 0.75
Hex A3 9B E1 1C 1F 0 C F7 36 4B
Octal 243 233 341 34 37 0 14 367 66 113
Binary 10100011 10011011 11100001 11100 11111 0 1100 11110111 110110 1001011

Color Harmonies of #A39BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39BE1

Black with #A39BE1

Text Example


Text Example

White with #A39BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39BE1; }

 p { color: rgb(163,155,225); }

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

background-color css

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

 a { background-color: rgb(163,155,225); }

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

border-color css

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

 span { border-color: rgb(163,155,225); }

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