Html Css Color HEX #AF8FE9 Biloba Flower

📋 copy color: '#AF8FE9'

red 175 ◦ green 143 ◦ blue 233

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

Shades of Biloba Flower #AF8FE9

Tints of Biloba Flower #AF8FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.29%

R = 31.76%
G = 25.95%
B = 42.29%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF8FE9 (or 0xAF8FE9) is known color: Biloba Flower. HEX triplet: AF, 8F and E9. RGB value is (175,143,233). Sum of RGB (Red+Green+Blue) = 175+143+233=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF8FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FE9 is #507016. Grayscale: #A2A2A2. Windows color (decimal): -5271575 or 15306671. OLE color: 15306671.

HSL color Cylindrical-coordinate representation of color #AF8FE9: hue angle of 261.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF8FE9 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 143 233 -
CMYK 0.25 0.39 0 0.09
HSL 261.33º 0.67% 0.74% -
HSV(B) 261.33º 0.39% 0.91% -
XYZ 42.21 34.64 81.55 -
YUV 162.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 175 143 233 0.25 0.39 0 0.09 261.33 0.67 0.74
Hex AF 8F E9 19 27 0 9 105 43 4A
Octal 257 217 351 31 47 0 11 405 103 112
Binary 10101111 10001111 11101001 11001 100111 0 1001 100000101 1000011 1001010

Color Harmonies of #AF8FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FE9

Black with #AF8FE9

Text Example


Text Example

White with #AF8FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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