Html Css Color HEX #AF8BEF Biloba Flower

📋 copy color: '#AF8BEF'

red 175 ◦ green 139 ◦ blue 239

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

Shades of Biloba Flower #AF8BEF

Tints of Biloba Flower #AF8BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 31.65%
G = 25.14%
B = 43.22%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF8BEF (or 0xAF8BEF) is known color: Biloba Flower. HEX triplet: AF, 8B and EF. RGB value is (175,139,239). Sum of RGB (Red+Green+Blue) = 175+139+239=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF8BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BEF is #507410. Grayscale: #A0A0A0. Windows color (decimal): -5272593 or 15698863. OLE color: 15698863.

HSL color Cylindrical-coordinate representation of color #AF8BEF: hue angle of 261.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8BEF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 139 239 -
CMYK 0.27 0.42 0 0.06
HSL 261.6º 0.76% 0.74% -
HSV(B) 261.6º 0.42% 0.94% -
XYZ 42.49 33.81 85.95 -
YUV 161.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 175 139 239 0.27 0.42 0 0.06 261.6 0.76 0.74
Hex AF 8B EF 1B 2A 0 6 106 4C 4A
Octal 257 213 357 33 52 0 6 406 114 112
Binary 10101111 10001011 11101111 11011 101010 0 110 100000110 1001100 1001010

Color Harmonies of #AF8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BEF

Black with #AF8BEF

Text Example


Text Example

White with #AF8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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