Html Css Color HEX #AF90ED Biloba Flower

📋 copy color: '#AF90ED'

red 175 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #AF90ED

Tints of Biloba Flower #AF90ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 31.47%
G = 25.9%
B = 42.63%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF90ED (or 0xAF90ED) is known color: Biloba Flower. HEX triplet: AF, 90 and ED. RGB value is (175,144,237). Sum of RGB (Red+Green+Blue) = 175+144+237=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90ED is #506F12. Grayscale: #A3A3A3. Windows color (decimal): -5271315 or 15569071. OLE color: 15569071.

HSL color Cylindrical-coordinate representation of color #AF90ED: hue angle of 260º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF90ED is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 144 237 -
CMYK 0.26 0.39 0 0.07
HSL 260º 0.72% 0.75% -
HSV(B) 260º 0.39% 0.93% -
XYZ 42.94 35.17 84.65 -
YUV 163.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 175 144 237 0.26 0.39 0 0.07 260 0.72 0.75
Hex AF 90 ED 1A 27 0 7 104 48 4B
Octal 257 220 355 32 47 0 7 404 110 113
Binary 10101111 10010000 11101101 11010 100111 0 111 100000100 1001000 1001011

Color Harmonies of #AF90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90ED

Black with #AF90ED

Text Example


Text Example

White with #AF90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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