Html Css Color HEX #AF8BEB Biloba Flower

📋 copy color: '#AF8BEB'

red 175 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #AF8BEB

Tints of Biloba Flower #AF8BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 31.88%
G = 25.32%
B = 42.81%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF8BEB (or 0xAF8BEB) is known color: Biloba Flower. HEX triplet: AF, 8B and EB. RGB value is (175,139,235). Sum of RGB (Red+Green+Blue) = 175+139+235=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BEB is #507414. Grayscale: #A0A0A0. Windows color (decimal): -5272597 or 15436719. OLE color: 15436719.

HSL color Cylindrical-coordinate representation of color #AF8BEB: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8BEB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 139 235 -
CMYK 0.26 0.41 0 0.08
HSL 262.5º 0.71% 0.73% -
HSV(B) 262.5º 0.41% 0.92% -
XYZ 41.91 33.58 82.87 -
YUV 160.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 175 139 235 0.26 0.41 0 0.08 262.5 0.71 0.73
Hex AF 8B EB 1A 29 0 8 106 47 49
Octal 257 213 353 32 51 0 10 406 107 111
Binary 10101111 10001011 11101011 11010 101001 0 1000 100000110 1000111 1001001

Color Harmonies of #AF8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BEB

Black with #AF8BEB

Text Example


Text Example

White with #AF8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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