Html Css Color HEX #AF8DD5 Biloba Flower

📋 copy color: '#AF8DD5'

red 175 ◦ green 141 ◦ blue 213

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

Shades of Biloba Flower #AF8DD5

Tints of Biloba Flower #AF8DD5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.65%

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 33.08%
G = 26.65%
B = 40.26%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF8DD5 (or 0xAF8DD5) is known color: Biloba Flower. HEX triplet: AF, 8D and D5. RGB value is (175,141,213). Sum of RGB (Red+Green+Blue) = 175+141+213=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DD5 is #50722A. Grayscale: #9F9F9F. Windows color (decimal): -5272107 or 13995439. OLE color: 13995439.

HSL color Cylindrical-coordinate representation of color #AF8DD5: hue angle of 268.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8DD5 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 141 213 -
CMYK 0.18 0.34 0 0.16
HSL 268.33º 0.46% 0.69% -
HSV(B) 268.33º 0.34% 0.84% -
XYZ 39.21 32.97 67.25 -
YUV 159.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 175 141 213 0.18 0.34 0 0.16 268.33 0.46 0.69
Hex AF 8D D5 12 22 0 10 10C 2E 45
Octal 257 215 325 22 42 0 20 414 56 105
Binary 10101111 10001101 11010101 10010 100010 0 10000 100001100 101110 1000101

Color Harmonies of #AF8DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DD5

Black with #AF8DD5

Text Example


Text Example

White with #AF8DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DD5; }

 p { color: rgb(175,141,213); }

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

background-color css

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

 a { background-color: rgb(175,141,213); }

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

border-color css

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

 span { border-color: rgb(175,141,213); }

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