Html Css Color HEX #AF9BFB Biloba Flower

📋 copy color: '#AF9BFB'

red 175 ◦ green 155 ◦ blue 251

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

Shades of Biloba Flower #AF9BFB

Tints of Biloba Flower #AF9BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.68%

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 30.12%
G = 26.68%
B = 43.2%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF9BFB (or 0xAF9BFB) is known color: Biloba Flower. HEX triplet: AF, 9B and FB. RGB value is (175,155,251). Sum of RGB (Red+Green+Blue) = 175+155+251=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF9BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9BFB is #506404. Grayscale: #ABABAB. Windows color (decimal): -5268485 or 16489391. OLE color: 16489391.

HSL color Cylindrical-coordinate representation of color #AF9BFB: hue angle of 252.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF9BFB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 155 251 -
CMYK 0.30 0.38 0 0.02
HSL 252.5º 0.92% 0.8% -
HSV(B) 252.5º 0.38% 0.98% -
XYZ 46.81 39.52 96.43 -
YUV 171.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 175 155 251 0.30 0.38 0 0.02 252.5 0.92 0.8
Hex AF 9B FB 1E 26 0 2 FD 5C 50
Octal 257 233 373 36 46 0 2 375 134 120
Binary 10101111 10011011 11111011 11110 100110 0 10 11111101 1011100 1010000

Color Harmonies of #AF9BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9BFB

Black with #AF9BFB

Text Example


Text Example

White with #AF9BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9BFB; }

 p { color: rgb(175,155,251); }

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

background-color css

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

 a { background-color: rgb(175,155,251); }

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

border-color css

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

 span { border-color: rgb(175,155,251); }

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