Html Css Color HEX #A39BE6 Wistful

📋 copy color: '#A39BE6'

red 163 ◦ green 155 ◦ blue 230

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

Shades of Wistful #A39BE6

Tints of Wistful #A39BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 29.74%
G = 28.28%
B = 41.97%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A39BE6 (or 0xA39BE6) is known color: Wistful. HEX triplet: A3, 9B and E6. RGB value is (163,155,230). Sum of RGB (Red+Green+Blue) = 163+155+230=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #A39BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39BE6 is #5C6419. Grayscale: #A5A5A5. Windows color (decimal): -6054938 or 15113123. OLE color: 15113123.

HSL color Cylindrical-coordinate representation of color #A39BE6: hue angle of 246.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A39BE6 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 155 230 -
CMYK 0.29 0.33 0 0.10
HSL 246.4º 0.6% 0.75% -
HSV(B) 246.4º 0.33% 0.9% -
XYZ 41.11 36.94 79.83 -
YUV 165.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 163 155 230 0.29 0.33 0 0.10 246.4 0.6 0.75
Hex A3 9B E6 1D 21 0 A F6 3C 4B
Octal 243 233 346 35 41 0 12 366 74 113
Binary 10100011 10011011 11100110 11101 100001 0 1010 11110110 111100 1001011

Color Harmonies of #A39BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39BE6

Black with #A39BE6

Text Example


Text Example

White with #A39BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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