Html Css Color HEX #D6AAEA Wisteria

📋 copy color: '#D6AAEA'

red 214 ◦ green 170 ◦ blue 234

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

Shades of Wisteria #D6AAEA

Tints of Wisteria #D6AAEA

RGB

 RED value IS 214 (83.98% from 255) = 34.63%

 GREEN value IS 170 (66.8% from 255) = 27.51%

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

R = 34.63%
G = 27.51%
B = 37.86%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6AAEA (or 0xD6AAEA) is known color: Wisteria. HEX triplet: D6, AA and EA. RGB value is (214,170,234). Sum of RGB (Red+Green+Blue) = 214+170+234=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAEA is #295515. Grayscale: #BEBEBE. Windows color (decimal): -2708758 or 15379158. OLE color: 15379158.

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

Color convert

RGB 214 170 234 -
CMYK 0.09 0.27 0 0.08
HSL 281.25º 0.6% 0.79% -
HSV(B) 281.25º 0.27% 0.92% -
XYZ 56.96 48.99 84.3 -
YUV 190.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 214 170 234 0.09 0.27 0 0.08 281.25 0.6 0.79
Hex D6 AA EA 9 1B 0 8 119 3C 4F
Octal 326 252 352 11 33 0 10 431 74 117
Binary 11010110 10101010 11101010 1001 11011 0 1000 100011001 111100 1001111

Color Harmonies of #D6AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAEA

Black with #D6AAEA

Text Example


Text Example

White with #D6AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAEA; }

 p { color: rgb(214,170,234); }

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

background-color css

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

 a { background-color: rgb(214,170,234); }

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

border-color css

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

 span { border-color: rgb(214,170,234); }

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