Html Css Color HEX #AF8FFE Biloba Flower

📋 copy color: '#AF8FFE'

red 175 ◦ green 143 ◦ blue 254

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

Shades of Biloba Flower #AF8FFE

Tints of Biloba Flower #AF8FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25%

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

R = 30.59%
G = 25%
B = 44.41%

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

#AF8FFE (or 0xAF8FFE) is known color: Biloba Flower. HEX triplet: AF, 8F and FE. RGB value is (175,143,254). Sum of RGB (Red+Green+Blue) = 175+143+254=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF8FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FFE is #507001. Grayscale: #A4A4A4. Windows color (decimal): -5271554 or 16682927. OLE color: 16682927.

HSL color Cylindrical-coordinate representation of color #AF8FFE: hue angle of 257.3º 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 #AF8FFE is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 143 254 -
CMYK 0.31 0.44 0 0.00
HSL 257.3º 0.98% 0.78% -
HSV(B) 257.3º 0.44% 1% -
XYZ 45.39 35.91 98.31 -
YUV 165.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 175 143 254 0.31 0.44 0 0.00 257.3 0.98 0.78
Hex AF 8F FE 1F 2C 0 0 101 62 4E
Octal 257 217 376 37 54 0 0 401 142 116
Binary 10101111 10001111 11111110 11111 101100 0 0 100000001 1100010 1001110

Color Harmonies of #AF8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FFE

Black with #AF8FFE

Text Example


Text Example

White with #AF8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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