Html Css Color HEX #AF8FFB Biloba Flower

📋 copy color: '#AF8FFB'

red 175 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #AF8FFB

Tints of Biloba Flower #AF8FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.13%

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

R = 30.76%
G = 25.13%
B = 44.11%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF8FFB (or 0xAF8FFB) is known color: Biloba Flower. HEX triplet: AF, 8F and FB. RGB value is (175,143,251). Sum of RGB (Red+Green+Blue) = 175+143+251=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FFB is #507004. Grayscale: #A4A4A4. Windows color (decimal): -5271557 or 16486319. OLE color: 16486319.

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

Color convert

RGB 175 143 251 -
CMYK 0.30 0.43 0 0.02
HSL 257.78º 0.93% 0.77% -
HSV(B) 257.78º 0.43% 0.98% -
XYZ 44.91 35.72 95.79 -
YUV 164.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 175 143 251 0.30 0.43 0 0.02 257.78 0.93 0.77
Hex AF 8F FB 1E 2B 0 2 102 5D 4D
Octal 257 217 373 36 53 0 2 402 135 115
Binary 10101111 10001111 11111011 11110 101011 0 10 100000010 1011101 1001101

Color Harmonies of #AF8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FFB

Black with #AF8FFB

Text Example


Text Example

White with #AF8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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