Html Css Color HEX #AF8DFB Biloba Flower

📋 copy color: '#AF8DFB'

red 175 ◦ green 141 ◦ blue 251

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

Shades of Biloba Flower #AF8DFB

Tints of Biloba Flower #AF8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.87%

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

R = 30.86%
G = 24.87%
B = 44.27%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF8DFB (or 0xAF8DFB) is known color: Biloba Flower. HEX triplet: AF, 8D and FB. RGB value is (175,141,251). Sum of RGB (Red+Green+Blue) = 175+141+251=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DFB is #507204. Grayscale: #A3A3A3. Windows color (decimal): -5272069 or 16485807. OLE color: 16485807.

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

Color convert

RGB 175 141 251 -
CMYK 0.30 0.44 0 0.02
HSL 258.55º 0.93% 0.77% -
HSV(B) 258.55º 0.44% 0.98% -
XYZ 44.62 35.13 95.7 -
YUV 163.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 175 141 251 0.30 0.44 0 0.02 258.55 0.93 0.77
Hex AF 8D FB 1E 2C 0 2 103 5D 4D
Octal 257 215 373 36 54 0 2 403 135 115
Binary 10101111 10001101 11111011 11110 101100 0 10 100000011 1011101 1001101

Color Harmonies of #AF8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DFB

Black with #AF8DFB

Text Example


Text Example

White with #AF8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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