Html Css Color HEX #AF9CDD Biloba Flower

📋 copy color: '#AF9CDD'

red 175 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #AF9CDD

Tints of Biloba Flower #AF9CDD

RGB

 RED value IS 175 (68.75% from 255) = 31.7%

 GREEN value IS 156 (61.33% from 255) = 28.26%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 31.7%
G = 28.26%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF9CDD (or 0xAF9CDD) is known color: Biloba Flower. HEX triplet: AF, 9C and DD. RGB value is (175,156,221). Sum of RGB (Red+Green+Blue) = 175+156+221=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CDD is #506322. Grayscale: #A8A8A8. Windows color (decimal): -5268259 or 14523567. OLE color: 14523567.

HSL color Cylindrical-coordinate representation of color #AF9CDD: hue angle of 257.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9CDD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 156 221 -
CMYK 0.21 0.29 0 0.13
HSL 257.54º 0.49% 0.74% -
HSV(B) 257.54º 0.29% 0.87% -
XYZ 42.62 38.11 73.52 -
YUV 169.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 175 156 221 0.21 0.29 0 0.13 257.54 0.49 0.74
Hex AF 9C DD 15 1D 0 D 102 31 4A
Octal 257 234 335 25 35 0 15 402 61 112
Binary 10101111 10011100 11011101 10101 11101 0 1101 100000010 110001 1001010

Color Harmonies of #AF9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CDD

Black with #AF9CDD

Text Example


Text Example

White with #AF9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CDD; }

 p { color: rgb(175,156,221); }

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

background-color css

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

 a { background-color: rgb(175,156,221); }

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

border-color css

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

 span { border-color: rgb(175,156,221); }

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