Html Css Color HEX #D7ABEA Wisteria

📋 copy color: '#D7ABEA'

red 215 ◦ green 171 ◦ blue 234

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

Shades of Wisteria #D7ABEA

Tints of Wisteria #D7ABEA

RGB

 RED value IS 215 (84.38% from 255) = 34.68%

 GREEN value IS 171 (67.19% from 255) = 27.58%

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

R = 34.68%
G = 27.58%
B = 37.74%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7ABEA (or 0xD7ABEA) is known color: Wisteria. HEX triplet: D7, AB and EA. RGB value is (215,171,234). Sum of RGB (Red+Green+Blue) = 215+171+234=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABEA is #285415. Grayscale: #BFBFBF. Windows color (decimal): -2642966 or 15379415. OLE color: 15379415.

HSL color Cylindrical-coordinate representation of color #D7ABEA: hue angle of 281.9º 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 #D7ABEA is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 171 234 -
CMYK 0.08 0.27 0 0.08
HSL 281.9º 0.6% 0.79% -
HSV(B) 281.9º 0.27% 0.92% -
XYZ 57.44 49.51 84.37 -
YUV 191.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 215 171 234 0.08 0.27 0 0.08 281.9 0.6 0.79
Hex D7 AB EA 8 1B 0 8 11A 3C 4F
Octal 327 253 352 10 33 0 10 432 74 117
Binary 11010111 10101011 11101010 1000 11011 0 1000 100011010 111100 1001111

Color Harmonies of #D7ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABEA

Black with #D7ABEA

Text Example


Text Example

White with #D7ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABEA; }

 p { color: rgb(215,171,234); }

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

background-color css

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

 a { background-color: rgb(215,171,234); }

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

border-color css

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

 span { border-color: rgb(215,171,234); }

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