Html Css Color HEX #AF8DED Biloba Flower

📋 copy color: '#AF8DED'

red 175 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #AF8DED

Tints of Biloba Flower #AF8DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 31.65%
G = 25.5%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF8DED (or 0xAF8DED) is known color: Biloba Flower. HEX triplet: AF, 8D and ED. RGB value is (175,141,237). Sum of RGB (Red+Green+Blue) = 175+141+237=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DED is #507212. Grayscale: #A1A1A1. Windows color (decimal): -5272083 or 15568303. OLE color: 15568303.

HSL color Cylindrical-coordinate representation of color #AF8DED: hue angle of 261.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8DED is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 141 237 -
CMYK 0.26 0.41 0 0.07
HSL 261.25º 0.73% 0.74% -
HSV(B) 261.25º 0.41% 0.93% -
XYZ 42.49 34.28 84.5 -
YUV 162.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 175 141 237 0.26 0.41 0 0.07 261.25 0.73 0.74
Hex AF 8D ED 1A 29 0 7 105 49 4A
Octal 257 215 355 32 51 0 7 405 111 112
Binary 10101111 10001101 11101101 11010 101001 0 111 100000101 1001001 1001010

Color Harmonies of #AF8DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DED

Black with #AF8DED

Text Example


Text Example

White with #AF8DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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