Html Css Color HEX #AF8CF3 Biloba Flower

📋 copy color: '#AF8CF3'

red 175 ◦ green 140 ◦ blue 243

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

Shades of Biloba Flower #AF8CF3

Tints of Biloba Flower #AF8CF3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.09%

 BLUE value IS 243 (95.31% from 255) = 43.55%

R = 31.36%
G = 25.09%
B = 43.55%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF8CF3 (or 0xAF8CF3) is known color: Biloba Flower. HEX triplet: AF, 8C and F3. RGB value is (175,140,243). Sum of RGB (Red+Green+Blue) = 175+140+243=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF8CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CF3 is #50730C. Grayscale: #A1A1A1. Windows color (decimal): -5272333 or 15961263. OLE color: 15961263.

HSL color Cylindrical-coordinate representation of color #AF8CF3: hue angle of 260.39º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8CF3 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 140 243 -
CMYK 0.28 0.42 0 0.05
HSL 260.39º 0.81% 0.75% -
HSV(B) 260.39º 0.42% 0.95% -
XYZ 43.23 34.34 89.14 -
YUV 162.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 175 140 243 0.28 0.42 0 0.05 260.39 0.81 0.75
Hex AF 8C F3 1C 2A 0 5 104 51 4B
Octal 257 214 363 34 52 0 5 404 121 113
Binary 10101111 10001100 11110011 11100 101010 0 101 100000100 1010001 1001011

Color Harmonies of #AF8CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CF3

Black with #AF8CF3

Text Example


Text Example

White with #AF8CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CF3; }

 p { color: rgb(175,140,243); }

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

background-color css

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

 a { background-color: rgb(175,140,243); }

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

border-color css

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

 span { border-color: rgb(175,140,243); }

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