Html Css Color HEX #AF8BFE Biloba Flower

📋 copy color: '#AF8BFE'

red 175 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #AF8BFE

Tints of Biloba Flower #AF8BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 30.81%
G = 24.47%
B = 44.72%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF8BFE (or 0xAF8BFE) is known color: Biloba Flower. HEX triplet: AF, 8B and FE. RGB value is (175,139,254). Sum of RGB (Red+Green+Blue) = 175+139+254=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BFE is #507401. Grayscale: #A2A2A2. Windows color (decimal): -5272578 or 16681903. OLE color: 16681903.

HSL color Cylindrical-coordinate representation of color #AF8BFE: hue angle of 258.78º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8BFE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 139 254 -
CMYK 0.31 0.45 0 0.00
HSL 258.78º 0.98% 0.77% -
HSV(B) 258.78º 0.45% 1% -
XYZ 44.8 34.73 98.11 -
YUV 162.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 175 139 254 0.31 0.45 0 0.00 258.78 0.98 0.77
Hex AF 8B FE 1F 2D 0 0 103 62 4D
Octal 257 213 376 37 55 0 0 403 142 115
Binary 10101111 10001011 11111110 11111 101101 0 0 100000011 1100010 1001101

Color Harmonies of #AF8BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BFE

Black with #AF8BFE

Text Example


Text Example

White with #AF8BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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