Html Css Color HEX #D4A1EF Wisteria

📋 copy color: '#D4A1EF'

red 212 ◦ green 161 ◦ blue 239

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

Shades of Wisteria #D4A1EF

Tints of Wisteria #D4A1EF

RGB

 RED value IS 212 (83.2% from 255) = 34.64%

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

 BLUE value IS 239 (93.75% from 255) = 39.05%

R = 34.64%
G = 26.31%
B = 39.05%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4A1EF (or 0xD4A1EF) is known color: Wisteria. HEX triplet: D4, A1 and EF. RGB value is (212,161,239). Sum of RGB (Red+Green+Blue) = 212+161+239=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4A1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A1EF is #2B5E10. Grayscale: #B8B8B8. Windows color (decimal): -2842129 or 15704532. OLE color: 15704532.

HSL color Cylindrical-coordinate representation of color #D4A1EF: hue angle of 279.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A1EF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 161 239 -
CMYK 0.11 0.33 0 0.06
HSL 279.23º 0.71% 0.78% -
HSV(B) 279.23º 0.33% 0.94% -
XYZ 55.48 45.72 87.56 -
YUV 185.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 212 161 239 0.11 0.33 0 0.06 279.23 0.71 0.78
Hex D4 A1 EF B 21 0 6 117 47 4E
Octal 324 241 357 13 41 0 6 427 107 116
Binary 11010100 10100001 11101111 1011 100001 0 110 100010111 1000111 1001110

Color Harmonies of #D4A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A1EF

Black with #D4A1EF

Text Example


Text Example

White with #D4A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A1EF; }

 p { color: rgb(212,161,239); }

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

background-color css

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

 a { background-color: rgb(212,161,239); }

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

border-color css

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

 span { border-color: rgb(212,161,239); }

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