Html Css Color HEX #AF8DD3 Biloba Flower

📋 copy color: '#AF8DD3'

red 175 ◦ green 141 ◦ blue 211

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

Shades of Biloba Flower #AF8DD3

Tints of Biloba Flower #AF8DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.04%

R = 33.21%
G = 26.76%
B = 40.04%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF8DD3 (or 0xAF8DD3) is known color: Biloba Flower. HEX triplet: AF, 8D and D3. RGB value is (175,141,211). Sum of RGB (Red+Green+Blue) = 175+141+211=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF8DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DD3 is #50722C. Grayscale: #9E9E9E. Windows color (decimal): -5272109 or 13864367. OLE color: 13864367.

HSL color Cylindrical-coordinate representation of color #AF8DD3: hue angle of 269.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8DD3 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 141 211 -
CMYK 0.17 0.33 0 0.17
HSL 269.14º 0.44% 0.69% -
HSV(B) 269.14º 0.33% 0.83% -
XYZ 38.96 32.87 65.92 -
YUV 159.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 175 141 211 0.17 0.33 0 0.17 269.14 0.44 0.69
Hex AF 8D D3 11 21 0 11 10D 2C 45
Octal 257 215 323 21 41 0 21 415 54 105
Binary 10101111 10001101 11010011 10001 100001 0 10001 100001101 101100 1000101

Color Harmonies of #AF8DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DD3

Black with #AF8DD3

Text Example


Text Example

White with #AF8DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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