Html Css Color HEX #AF9DED Biloba Flower

📋 copy color: '#AF9DED'

red 175 ◦ green 157 ◦ blue 237

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

Shades of Biloba Flower #AF9DED

Tints of Biloba Flower #AF9DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.59%

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

R = 30.76%
G = 27.59%
B = 41.65%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF9DED (or 0xAF9DED) is known color: Biloba Flower. HEX triplet: AF, 9D and ED. RGB value is (175,157,237). Sum of RGB (Red+Green+Blue) = 175+157+237=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9DED is #506212. Grayscale: #ABABAB. Windows color (decimal): -5267987 or 15572399. OLE color: 15572399.

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

Color convert

RGB 175 157 237 -
CMYK 0.26 0.34 0 0.07
HSL 253.5º 0.69% 0.77% -
HSV(B) 253.5º 0.34% 0.93% -
XYZ 45.02 39.34 85.34 -
YUV 171.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 175 157 237 0.26 0.34 0 0.07 253.5 0.69 0.77
Hex AF 9D ED 1A 22 0 7 FE 45 4D
Octal 257 235 355 32 42 0 7 376 105 115
Binary 10101111 10011101 11101101 11010 100010 0 111 11111110 1000101 1001101

Color Harmonies of #AF9DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DED

Black with #AF9DED

Text Example


Text Example

White with #AF9DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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