Html Css Color HEX #AF90DE Biloba Flower

📋 copy color: '#AF90DE'

red 175 ◦ green 144 ◦ blue 222

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

Shades of Biloba Flower #AF90DE

Tints of Biloba Flower #AF90DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 32.35%
G = 26.62%
B = 41.04%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF90DE (or 0xAF90DE) is known color: Biloba Flower. HEX triplet: AF, 90 and DE. RGB value is (175,144,222). Sum of RGB (Red+Green+Blue) = 175+144+222=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF90DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90DE is #506F21. Grayscale: #A1A1A1. Windows color (decimal): -5271330 or 14586031. OLE color: 14586031.

HSL color Cylindrical-coordinate representation of color #AF90DE: hue angle of 263.85º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF90DE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 144 222 -
CMYK 0.21 0.35 0 0.13
HSL 263.85º 0.54% 0.72% -
HSV(B) 263.85º 0.35% 0.87% -
XYZ 40.84 34.33 73.58 -
YUV 162.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 175 144 222 0.21 0.35 0 0.13 263.85 0.54 0.72
Hex AF 90 DE 15 23 0 D 108 36 48
Octal 257 220 336 25 43 0 15 410 66 110
Binary 10101111 10010000 11011110 10101 100011 0 1101 100001000 110110 1001000

Color Harmonies of #AF90DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90DE

Black with #AF90DE

Text Example


Text Example

White with #AF90DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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