Html Css Color HEX #AF8EFE Biloba Flower

📋 copy color: '#AF8EFE'

red 175 ◦ green 142 ◦ blue 254

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

Shades of Biloba Flower #AF8EFE

Tints of Biloba Flower #AF8EFE

RGB

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

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

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

R = 30.65%
G = 24.87%
B = 44.48%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF8EFE (or 0xAF8EFE) is known color: Biloba Flower. HEX triplet: AF, 8E and FE. RGB value is (175,142,254). Sum of RGB (Red+Green+Blue) = 175+142+254=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF8EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EFE is #507101. Grayscale: #A4A4A4. Windows color (decimal): -5271810 or 16682671. OLE color: 16682671.

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

Color convert

RGB 175 142 254 -
CMYK 0.31 0.44 0 0.00
HSL 257.68º 0.98% 0.78% -
HSV(B) 257.68º 0.44% 1% -
XYZ 45.24 35.62 98.26 -
YUV 164.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 175 142 254 0.31 0.44 0 0.00 257.68 0.98 0.78
Hex AF 8E FE 1F 2C 0 0 102 62 4E
Octal 257 216 376 37 54 0 0 402 142 116
Binary 10101111 10001110 11111110 11111 101100 0 0 100000010 1100010 1001110

Color Harmonies of #AF8EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EFE

Black with #AF8EFE

Text Example


Text Example

White with #AF8EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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