Html Css Color HEX #AF9DEC Biloba Flower

📋 copy color: '#AF9DEC'

red 175 ◦ green 157 ◦ blue 236

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

Shades of Biloba Flower #AF9DEC

Tints of Biloba Flower #AF9DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 30.81%
G = 27.64%
B = 41.55%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF9DEC (or 0xAF9DEC) is known color: Biloba Flower. HEX triplet: AF, 9D and EC. RGB value is (175,157,236). Sum of RGB (Red+Green+Blue) = 175+157+236=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9DEC is #506213. Grayscale: #ABABAB. Windows color (decimal): -5267988 or 15506863. OLE color: 15506863.

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

Color convert

RGB 175 157 236 -
CMYK 0.26 0.33 0 0.07
HSL 253.67º 0.68% 0.77% -
HSV(B) 253.67º 0.33% 0.93% -
XYZ 44.88 39.28 84.57 -
YUV 171.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 175 157 236 0.26 0.33 0 0.07 253.67 0.68 0.77
Hex AF 9D EC 1A 21 0 7 FE 44 4D
Octal 257 235 354 32 41 0 7 376 104 115
Binary 10101111 10011101 11101100 11010 100001 0 111 11111110 1000100 1001101

Color Harmonies of #AF9DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DEC

Black with #AF9DEC

Text Example


Text Example

White with #AF9DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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