Html Css Color HEX #AF90DA Biloba Flower

📋 copy color: '#AF90DA'

red 175 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #AF90DA

Tints of Biloba Flower #AF90DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.82%

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

R = 32.59%
G = 26.82%
B = 40.6%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF90DA (or 0xAF90DA) is known color: Biloba Flower. HEX triplet: AF, 90 and DA. RGB value is (175,144,218). Sum of RGB (Red+Green+Blue) = 175+144+218=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF90DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90DA is #506F25. Grayscale: #A1A1A1. Windows color (decimal): -5271334 or 14323887. OLE color: 14323887.

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

Color convert

RGB 175 144 218 -
CMYK 0.20 0.34 0 0.15
HSL 265.14º 0.5% 0.71% -
HSV(B) 265.14º 0.34% 0.85% -
XYZ 40.31 34.12 70.79 -
YUV 161.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 175 144 218 0.20 0.34 0 0.15 265.14 0.5 0.71
Hex AF 90 DA 14 22 0 F 109 32 47
Octal 257 220 332 24 42 0 17 411 62 107
Binary 10101111 10010000 11011010 10100 100010 0 1111 100001001 110010 1000111

Color Harmonies of #AF90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90DA

Black with #AF90DA

Text Example


Text Example

White with #AF90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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