Html Css Color HEX #AF90D4 Biloba Flower

📋 copy color: '#AF90D4'

red 175 ◦ green 144 ◦ blue 212

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

Shades of Biloba Flower #AF90D4

Tints of Biloba Flower #AF90D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 32.96%
G = 27.12%
B = 39.92%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF90D4 (or 0xAF90D4) is known color: Biloba Flower. HEX triplet: AF, 90 and D4. RGB value is (175,144,212). Sum of RGB (Red+Green+Blue) = 175+144+212=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF90D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90D4 is #506F2B. Grayscale: #A0A0A0. Windows color (decimal): -5271340 or 13930671. OLE color: 13930671.

HSL color Cylindrical-coordinate representation of color #AF90D4: hue angle of 267.35º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF90D4 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 144 212 -
CMYK 0.17 0.32 0 0.17
HSL 267.35º 0.44% 0.7% -
HSV(B) 267.35º 0.32% 0.83% -
XYZ 39.54 33.81 66.73 -
YUV 161.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 175 144 212 0.17 0.32 0 0.17 267.35 0.44 0.7
Hex AF 90 D4 11 20 0 11 10B 2C 46
Octal 257 220 324 21 40 0 21 413 54 106
Binary 10101111 10010000 11010100 10001 100000 0 10001 100001011 101100 1000110

Color Harmonies of #AF90D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90D4

Black with #AF90D4

Text Example


Text Example

White with #AF90D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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