Html Css Color HEX #AF90EB Biloba Flower

📋 copy color: '#AF90EB'

red 175 ◦ green 144 ◦ blue 235

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

Shades of Biloba Flower #AF90EB

Tints of Biloba Flower #AF90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 31.59%
G = 25.99%
B = 42.42%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF90EB (or 0xAF90EB) is known color: Biloba Flower. HEX triplet: AF, 90 and EB. RGB value is (175,144,235). Sum of RGB (Red+Green+Blue) = 175+144+235=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90EB is #506F14. Grayscale: #A3A3A3. Windows color (decimal): -5271317 or 15437999. OLE color: 15437999.

HSL color Cylindrical-coordinate representation of color #AF90EB: hue angle of 260.44º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF90EB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 144 235 -
CMYK 0.26 0.39 0 0.08
HSL 260.44º 0.69% 0.74% -
HSV(B) 260.44º 0.39% 0.92% -
XYZ 42.65 35.06 83.12 -
YUV 163.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 175 144 235 0.26 0.39 0 0.08 260.44 0.69 0.74
Hex AF 90 EB 1A 27 0 8 104 45 4A
Octal 257 220 353 32 47 0 10 404 105 112
Binary 10101111 10010000 11101011 11010 100111 0 1000 100000100 1000101 1001010

Color Harmonies of #AF90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90EB

Black with #AF90EB

Text Example


Text Example

White with #AF90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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