Html Css Color HEX #AF90D8 Biloba Flower

📋 copy color: '#AF90D8'

red 175 ◦ green 144 ◦ blue 216

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

Shades of Biloba Flower #AF90D8

Tints of Biloba Flower #AF90D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.37%

R = 32.71%
G = 26.92%
B = 40.37%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF90D8 (or 0xAF90D8) is known color: Biloba Flower. HEX triplet: AF, 90 and D8. RGB value is (175,144,216). Sum of RGB (Red+Green+Blue) = 175+144+216=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF90D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90D8 is #506F27. Grayscale: #A1A1A1. Windows color (decimal): -5271336 or 14192815. OLE color: 14192815.

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

Color convert

RGB 175 144 216 -
CMYK 0.19 0.33 0 0.15
HSL 265.83º 0.48% 0.71% -
HSV(B) 265.83º 0.33% 0.85% -
XYZ 40.05 34.02 69.42 -
YUV 161.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 175 144 216 0.19 0.33 0 0.15 265.83 0.48 0.71
Hex AF 90 D8 13 21 0 F 10A 30 47
Octal 257 220 330 23 41 0 17 412 60 107
Binary 10101111 10010000 11011000 10011 100001 0 1111 100001010 110000 1000111

Color Harmonies of #AF90D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90D8

Black with #AF90D8

Text Example


Text Example

White with #AF90D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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