Html Css Color HEX #AF8BEA Biloba Flower

📋 copy color: '#AF8BEA'

red 175 ◦ green 139 ◦ blue 234

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

Shades of Biloba Flower #AF8BEA

Tints of Biloba Flower #AF8BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 31.93%
G = 25.36%
B = 42.7%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF8BEA (or 0xAF8BEA) is known color: Biloba Flower. HEX triplet: AF, 8B and EA. RGB value is (175,139,234). Sum of RGB (Red+Green+Blue) = 175+139+234=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BEA is #507415. Grayscale: #A0A0A0. Windows color (decimal): -5272598 or 15371183. OLE color: 15371183.

HSL color Cylindrical-coordinate representation of color #AF8BEA: hue angle of 262.74º degrees, saturation: 0.69, 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 #AF8BEA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 139 234 -
CMYK 0.25 0.41 0 0.08
HSL 262.74º 0.69% 0.73% -
HSV(B) 262.74º 0.41% 0.92% -
XYZ 41.76 33.52 82.11 -
YUV 160.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 175 139 234 0.25 0.41 0 0.08 262.74 0.69 0.73
Hex AF 8B EA 19 29 0 8 107 45 49
Octal 257 213 352 31 51 0 10 407 105 111
Binary 10101111 10001011 11101010 11001 101001 0 1000 100000111 1000101 1001001

Color Harmonies of #AF8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BEA

Black with #AF8BEA

Text Example


Text Example

White with #AF8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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