Html Css Color HEX #AF8BFB Biloba Flower

📋 copy color: '#AF8BFB'

red 175 ◦ green 139 ◦ blue 251

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

Shades of Biloba Flower #AF8BFB

Tints of Biloba Flower #AF8BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.6%

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

R = 30.97%
G = 24.6%
B = 44.42%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF8BFB (or 0xAF8BFB) is known color: Biloba Flower. HEX triplet: AF, 8B and FB. RGB value is (175,139,251). Sum of RGB (Red+Green+Blue) = 175+139+251=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BFB is #507404. Grayscale: #A2A2A2. Windows color (decimal): -5272581 or 16485295. OLE color: 16485295.

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

Color convert

RGB 175 139 251 -
CMYK 0.30 0.45 0 0.02
HSL 259.29º 0.93% 0.76% -
HSV(B) 259.29º 0.45% 0.98% -
XYZ 44.32 34.54 95.6 -
YUV 162.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 175 139 251 0.30 0.45 0 0.02 259.29 0.93 0.76
Hex AF 8B FB 1E 2D 0 2 103 5D 4C
Octal 257 213 373 36 55 0 2 403 135 114
Binary 10101111 10001011 11111011 11110 101101 0 10 100000011 1011101 1001100

Color Harmonies of #AF8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BFB

Black with #AF8BFB

Text Example


Text Example

White with #AF8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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