Html Css Color HEX #AF9BDA Biloba Flower

📋 copy color: '#AF9BDA'

red 175 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #AF9BDA

Tints of Biloba Flower #AF9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.28%

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 31.93%
G = 28.28%
B = 39.78%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF9BDA (or 0xAF9BDA) is known color: Biloba Flower. HEX triplet: AF, 9B and DA. RGB value is (175,155,218). Sum of RGB (Red+Green+Blue) = 175+155+218=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BDA is #506425. Grayscale: #A7A7A7. Windows color (decimal): -5268518 or 14326703. OLE color: 14326703.

HSL color Cylindrical-coordinate representation of color #AF9BDA: hue angle of 259.05º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9BDA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 155 218 -
CMYK 0.20 0.29 0 0.15
HSL 259.05º 0.46% 0.73% -
HSV(B) 259.05º 0.29% 0.85% -
XYZ 42.06 37.62 71.37 -
YUV 168.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 175 155 218 0.20 0.29 0 0.15 259.05 0.46 0.73
Hex AF 9B DA 14 1D 0 F 103 2E 49
Octal 257 233 332 24 35 0 17 403 56 111
Binary 10101111 10011011 11011010 10100 11101 0 1111 100000011 101110 1001001

Color Harmonies of #AF9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9BDA

Black with #AF9BDA

Text Example


Text Example

White with #AF9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9BDA; }

 p { color: rgb(175,155,218); }

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

background-color css

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

 a { background-color: rgb(175,155,218); }

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

border-color css

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

 span { border-color: rgb(175,155,218); }

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