Html Css Color HEX #D4AFEA Wisteria

📋 copy color: '#D4AFEA'

red 212 ◦ green 175 ◦ blue 234

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

Shades of Wisteria #D4AFEA

Tints of Wisteria #D4AFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.18%

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

R = 34.14%
G = 28.18%
B = 37.68%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4AFEA (or 0xD4AFEA) is known color: Wisteria. HEX triplet: D4, AF and EA. RGB value is (212,175,234). Sum of RGB (Red+Green+Blue) = 212+175+234=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFEA is #2B5015. Grayscale: #C0C0C0. Windows color (decimal): -2838550 or 15380436. OLE color: 15380436.

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

Color convert

RGB 212 175 234 -
CMYK 0.09 0.25 0 0.08
HSL 277.63º 0.58% 0.8% -
HSV(B) 277.63º 0.25% 0.92% -
XYZ 57.33 50.6 84.59 -
YUV 192.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 212 175 234 0.09 0.25 0 0.08 277.63 0.58 0.8
Hex D4 AF EA 9 19 0 8 116 3A 50
Octal 324 257 352 11 31 0 10 426 72 120
Binary 11010100 10101111 11101010 1001 11001 0 1000 100010110 111010 1010000

Color Harmonies of #D4AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFEA

Black with #D4AFEA

Text Example


Text Example

White with #D4AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFEA; }

 p { color: rgb(212,175,234); }

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

background-color css

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

 a { background-color: rgb(212,175,234); }

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

border-color css

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

 span { border-color: rgb(212,175,234); }

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