Html Css Color HEX #AF8EFB Biloba Flower

📋 copy color: '#AF8EFB'

red 175 ◦ green 142 ◦ blue 251

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

Shades of Biloba Flower #AF8EFB

Tints of Biloba Flower #AF8EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25%

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

R = 30.81%
G = 25%
B = 44.19%

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

#AF8EFB (or 0xAF8EFB) is known color: Biloba Flower. HEX triplet: AF, 8E and FB. RGB value is (175,142,251). Sum of RGB (Red+Green+Blue) = 175+142+251=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EFB is #507104. Grayscale: #A3A3A3. Windows color (decimal): -5271813 or 16486063. OLE color: 16486063.

HSL color Cylindrical-coordinate representation of color #AF8EFB: hue angle of 258.17º 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 #AF8EFB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 142 251 -
CMYK 0.30 0.43 0 0.02
HSL 258.17º 0.93% 0.77% -
HSV(B) 258.17º 0.43% 0.98% -
XYZ 44.76 35.43 95.75 -
YUV 164.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 175 142 251 0.30 0.43 0 0.02 258.17 0.93 0.77
Hex AF 8E FB 1E 2B 0 2 102 5D 4D
Octal 257 216 373 36 53 0 2 402 135 115
Binary 10101111 10001110 11111011 11110 101011 0 10 100000010 1011101 1001101

Color Harmonies of #AF8EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EFB

Black with #AF8EFB

Text Example


Text Example

White with #AF8EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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