Html Css Color HEX #AF99DA Biloba Flower

📋 copy color: '#AF99DA'

red 175 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #AF99DA

Tints of Biloba Flower #AF99DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.02%

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

R = 32.05%
G = 28.02%
B = 39.93%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF99DA (or 0xAF99DA) is known color: Biloba Flower. HEX triplet: AF, 99 and DA. RGB value is (175,153,218). Sum of RGB (Red+Green+Blue) = 175+153+218=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99DA is #506625. Grayscale: #A6A6A6. Windows color (decimal): -5269030 or 14326191. OLE color: 14326191.

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

Color convert

RGB 175 153 218 -
CMYK 0.20 0.30 0 0.15
HSL 260.31º 0.47% 0.73% -
HSV(B) 260.31º 0.3% 0.85% -
XYZ 41.73 36.96 71.26 -
YUV 166.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 175 153 218 0.20 0.30 0 0.15 260.31 0.47 0.73
Hex AF 99 DA 14 1E 0 F 104 2F 49
Octal 257 231 332 24 36 0 17 404 57 111
Binary 10101111 10011001 11011010 10100 11110 0 1111 100000100 101111 1001001

Color Harmonies of #AF99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99DA

Black with #AF99DA

Text Example


Text Example

White with #AF99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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