Html Css Color HEX #AF90E0 Biloba Flower

📋 copy color: '#AF90E0'

red 175 ◦ green 144 ◦ blue 224

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

Shades of Biloba Flower #AF90E0

Tints of Biloba Flower #AF90E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.25%

R = 32.23%
G = 26.52%
B = 41.25%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF90E0 (or 0xAF90E0) is known color: Biloba Flower. HEX triplet: AF, 90 and E0. RGB value is (175,144,224). Sum of RGB (Red+Green+Blue) = 175+144+224=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF90E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90E0 is #506F1F. Grayscale: #A2A2A2. Windows color (decimal): -5271328 or 14717103. OLE color: 14717103.

HSL color Cylindrical-coordinate representation of color #AF90E0: hue angle of 263.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF90E0 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 144 224 -
CMYK 0.22 0.36 0 0.12
HSL 263.25º 0.56% 0.72% -
HSV(B) 263.25º 0.36% 0.88% -
XYZ 41.11 34.44 75 -
YUV 162.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 175 144 224 0.22 0.36 0 0.12 263.25 0.56 0.72
Hex AF 90 E0 16 24 0 C 107 38 48
Octal 257 220 340 26 44 0 14 407 70 110
Binary 10101111 10010000 11100000 10110 100100 0 1100 100000111 111000 1001000

Color Harmonies of #AF90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90E0

Black with #AF90E0

Text Example


Text Example

White with #AF90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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