Html Css Color HEX #A59DEA Wistful

📋 copy color: '#A59DEA'

red 165 ◦ green 157 ◦ blue 234

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

Shades of Wistful #A59DEA

Tints of Wistful #A59DEA

RGB

 RED value IS 165 (64.84% from 255) = 29.68%

 GREEN value IS 157 (61.72% from 255) = 28.24%

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 29.68%
G = 28.24%
B = 42.09%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A59DEA (or 0xA59DEA) is known color: Wistful. HEX triplet: A5, 9D and EA. RGB value is (165,157,234). Sum of RGB (Red+Green+Blue) = 165+157+234=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #A59DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DEA is #5A6215. Grayscale: #A7A7A7. Windows color (decimal): -5923350 or 15375781. OLE color: 15375781.

HSL color Cylindrical-coordinate representation of color #A59DEA: hue angle of 246.23º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59DEA is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 157 234 -
CMYK 0.29 0.33 0 0.08
HSL 246.23º 0.65% 0.77% -
HSV(B) 246.23º 0.33% 0.92% -
XYZ 42.43 38.05 82.95 -
YUV 168.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 165 157 234 0.29 0.33 0 0.08 246.23 0.65 0.77
Hex A5 9D EA 1D 21 0 8 F6 41 4D
Octal 245 235 352 35 41 0 10 366 101 115
Binary 10100101 10011101 11101010 11101 100001 0 1000 11110110 1000001 1001101

Color Harmonies of #A59DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DEA

Black with #A59DEA

Text Example


Text Example

White with #A59DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DEA; }

 p { color: rgb(165,157,234); }

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

background-color css

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

 a { background-color: rgb(165,157,234); }

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

border-color css

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

 span { border-color: rgb(165,157,234); }

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