Html Css Color HEX #AF90CD Biloba Flower

📋 copy color: '#AF90CD'

red 175 ◦ green 144 ◦ blue 205

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

Shades of Biloba Flower #AF90CD

Tints of Biloba Flower #AF90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 33.4%
G = 27.48%
B = 39.12%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF90CD (or 0xAF90CD) is known color: Biloba Flower. HEX triplet: AF, 90 and CD. RGB value is (175,144,205). Sum of RGB (Red+Green+Blue) = 175+144+205=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CD is #506F32. Grayscale: #A0A0A0. Windows color (decimal): -5271347 or 13471919. OLE color: 13471919.

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

Color convert

RGB 175 144 205 -
CMYK 0.15 0.30 0 0.20
HSL 270.49º 0.38% 0.68% -
HSV(B) 270.49º 0.3% 0.8% -
XYZ 38.67 33.47 62.18 -
YUV 160.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 175 144 205 0.15 0.30 0 0.20 270.49 0.38 0.68
Hex AF 90 CD F 1E 0 14 10E 26 44
Octal 257 220 315 17 36 0 24 416 46 104
Binary 10101111 10010000 11001101 1111 11110 0 10100 100001110 100110 1000100

Color Harmonies of #AF90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90CD

Black with #AF90CD

Text Example


Text Example

White with #AF90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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