Html Css Color HEX #AF9FFB Biloba Flower

📋 copy color: '#AF9FFB'

red 175 ◦ green 159 ◦ blue 251

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

Shades of Biloba Flower #AF9FFB

Tints of Biloba Flower #AF9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

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

R = 29.91%
G = 27.18%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF9FFB (or 0xAF9FFB) is known color: Biloba Flower. HEX triplet: AF, 9F and FB. RGB value is (175,159,251). Sum of RGB (Red+Green+Blue) = 175+159+251=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FFB is #506004. Grayscale: #ADADAD. Windows color (decimal): -5267461 or 16490415. OLE color: 16490415.

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

Color convert

RGB 175 159 251 -
CMYK 0.30 0.37 0 0.02
HSL 250.43º 0.92% 0.8% -
HSV(B) 250.43º 0.37% 0.98% -
XYZ 47.49 40.88 96.65 -
YUV 174.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 175 159 251 0.30 0.37 0 0.02 250.43 0.92 0.8
Hex AF 9F FB 1E 25 0 2 FA 5C 50
Octal 257 237 373 36 45 0 2 372 134 120
Binary 10101111 10011111 11111011 11110 100101 0 10 11111010 1011100 1010000

Color Harmonies of #AF9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FFB

Black with #AF9FFB

Text Example


Text Example

White with #AF9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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