#D58AEA

Color #D58AEA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D58AEA

Tints of Wisteria #D58AEA

Color information

#D58AEA (or 0xD58AEA) is unknown color: approx Wisteria. HEX triplet: D5, 8A and EA. RGB value is (213,138,234). Sum of RGB (Red+Green+Blue) = 213+138+234=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #D58AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AEA is #2A7515. Grayscale: #ABABAB. Windows color (decimal): -2782486 or 15370965. OLE color: 15370965.

HSL color Cylindrical-coordinate representation of color #D58AEA: hue angle of 286.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D58AEA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213138234-
CMYK0.090.4100.08
HSL286.88º69.57%72.94%-
HSV(B)286.88º41.03%91.76%-
XYZ51.3838.2682.52-
YUV171.37163.35157.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 234 (91.80% from 255) = 40%
R=36.41%
G=23.59%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131382340.090.4100.08286.8869.5772.94
HexD58AEA9290811f4649
Octal3252123521151010437106111
Binary11010101100010101110101010011010010100010001111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AEA; }

 p { color: rgb(213,138,234); }

 H1.HeaderClassName
 {
   color: #D58AEA;
 }
 .AnyTagClassName
 {
   color: #D58AEA;
 }
</style>
background-color css

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

 a { background-color: rgb(213,138,234); }

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

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

 span { border-color: rgb(213,138,234); }

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