Html Css Color HEX #AF90FD Biloba Flower

📋 copy color: '#AF90FD'

red 175 ◦ green 144 ◦ blue 253

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

Shades of Biloba Flower #AF90FD

Tints of Biloba Flower #AF90FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 30.59%
G = 25.17%
B = 44.23%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF90FD (or 0xAF90FD) is known color: Biloba Flower. HEX triplet: AF, 90 and FD. RGB value is (175,144,253). Sum of RGB (Red+Green+Blue) = 175+144+253=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90FD is #506F02. Grayscale: #A5A5A5. Windows color (decimal): -5271299 or 16617647. OLE color: 16617647.

HSL color Cylindrical-coordinate representation of color #AF90FD: hue angle of 257.06º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF90FD is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 144 253 -
CMYK 0.31 0.43 0 0.01
HSL 257.06º 0.96% 0.78% -
HSV(B) 257.06º 0.43% 0.99% -
XYZ 45.38 36.15 97.51 -
YUV 165.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 175 144 253 0.31 0.43 0 0.01 257.06 0.96 0.78
Hex AF 90 FD 1F 2B 0 1 101 60 4E
Octal 257 220 375 37 53 0 1 401 140 116
Binary 10101111 10010000 11111101 11111 101011 0 1 100000001 1100000 1001110

Color Harmonies of #AF90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90FD

Black with #AF90FD

Text Example


Text Example

White with #AF90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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