Html Css Color HEX #DAA1EC Wisteria

📋 copy color: '#DAA1EC'

red 218 ◦ green 161 ◦ blue 236

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

Shades of Wisteria #DAA1EC

Tints of Wisteria #DAA1EC

RGB

 RED value IS 218 (85.55% from 255) = 35.45%

 GREEN value IS 161 (63.28% from 255) = 26.18%

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 35.45%
G = 26.18%
B = 38.37%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAA1EC (or 0xDAA1EC) is known color: Wisteria. HEX triplet: DA, A1 and EC. RGB value is (218,161,236). Sum of RGB (Red+Green+Blue) = 218+161+236=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1EC is #255E13. Grayscale: #BABABA. Windows color (decimal): -2448916 or 15507930. OLE color: 15507930.

HSL color Cylindrical-coordinate representation of color #DAA1EC: hue angle of 285.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA1EC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 161 236 -
CMYK 0.08 0.32 0 0.07
HSL 285.6º 0.66% 0.78% -
HSV(B) 285.6º 0.32% 0.93% -
XYZ 56.8 46.45 85.33 -
YUV 186.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 218 161 236 0.08 0.32 0 0.07 285.6 0.66 0.78
Hex DA A1 EC 8 20 0 7 11E 42 4E
Octal 332 241 354 10 40 0 7 436 102 116
Binary 11011010 10100001 11101100 1000 100000 0 111 100011110 1000010 1001110

Color Harmonies of #DAA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1EC

Black with #DAA1EC

Text Example


Text Example

White with #DAA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1EC; }

 p { color: rgb(218,161,236); }

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

background-color css

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

 a { background-color: rgb(218,161,236); }

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

border-color css

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

 span { border-color: rgb(218,161,236); }

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